#42F9CF

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

Shades of Turquoise #42F9CF

Tints of Turquoise #42F9CF

Color information

#42F9CF (or 0x42F9CF) is unknown color: approx Turquoise. HEX triplet: 42, F9 and CF. RGB value is (66,249,207). Sum of RGB (Red+Green+Blue) = 66+249+207=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F9CF is #BD0630. Grayscale: #BDBDBD. Windows color (decimal): -12387889 or 13629762. OLE color: 13629762.

HSL color Cylindrical-coordinate representation of color #42F9CF: hue angle of 166.23º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9CF is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB66249207-
CMYK0.7300.170.02
HSL166.23º93.85%61.76%-
HSV(B)166.23º73.49%97.65%-
XYZ47.3873.4170.7-
YUV189.5137.8739.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.64%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=12.64%
G=47.70%
B=39.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662492070.7300.170.02166.2393.8561.76
Hex42F9CF490112a65e3e
Octal102371317111021224613676
Binary10000101111100111001111100100101000110101001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42F9CF; }

 p { color: rgb(66,249,207); }

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

<style>
 a { background-color: #42F9CF; }

 a { background-color: rgb(66,249,207); }

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

<style>
 span { border-color: #42F9CF; }

 span { border-color: rgb(66,249,207); }

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