#43F6C0

Color #43F6C0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43F6C0

Tints of Turquoise #43F6C0

Color information

#43F6C0 (or 0x43F6C0) is unknown color: approx Turquoise. HEX triplet: 43, F6 and C0. RGB value is (67,246,192). Sum of RGB (Red+Green+Blue) = 67+246+192=505 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.27% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #43F6C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F6C0 is #BC093F. Grayscale: #BABABA. Windows color (decimal): -12323136 or 12645955. OLE color: 12645955.

HSL color Cylindrical-coordinate representation of color #43F6C0: hue angle of 161.9º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F6C0 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB67246192-
CMYK0.7300.220.04
HSL161.9º90.86%61.37%-
HSV(B)161.9º72.76%96.47%-
XYZ44.7870.9161.2-
YUV186.32131.242.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 13.27%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=13.27%
G=48.71%
B=38.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672461920.7300.220.04161.990.8661.37
Hex43F6C0490164a25b3d
Octal103366300111026424213375
Binary100001111110110110000001001001010110100101000101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43F6C0; }

 p { color: rgb(67,246,192); }

 H1.HeaderClassName
 {
   color: #43F6C0;
 }
 .AnyTagClassName
 {
   color: #43F6C0;
 }
</style>
background-color css

<style>
 a { background-color: #43F6C0; }

 a { background-color: rgb(67,246,192); }

 div.DivClassName
 {
   background-color: #43F6C0;
 }
 .BgClassName
 {
   background-color: #43F6C0;
 }
</style>
border-color css

<style>
 span { border-color: #43F6C0; }

 span { border-color: rgb(67,246,192); }

 td.TdClassName
 {
   border-color: #43F6C0;
 }
 .TagClassName
 {
   border-color: #43F6C0;
 }
</style>