#42FCF0

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

Shades of Turquoise #42FCF0

Tints of Turquoise #42FCF0

Color information

#42FCF0 (or 0x42FCF0) is unknown color: approx Turquoise. HEX triplet: 42, FC and F0. RGB value is (66,252,240). Sum of RGB (Red+Green+Blue) = 66+252+240=558 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.83% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FCF0 is #BD030F. Grayscale: #C2C2C2. Windows color (decimal): -12387088 or 15793218. OLE color: 15793218.

HSL color Cylindrical-coordinate representation of color #42FCF0: hue angle of 176.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCF0 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB66252240-
CMYK0.7400.050.01
HSL176.13º96.88%62.35%-
HSV(B)176.13º73.81%98.82%-
XYZ52.7977.0794.53-
YUV195.02153.3835.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.83%
GREEN value IS 252 (98.83% from 255) = 45.16%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=11.83%
G=45.16%
B=43.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662522400.7400.050.01176.1396.8862.35
Hex42FCF04A051b0613e
Octal10237436011205126014176
Binary10000101111110011110000100101001011101100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,252,240); }

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

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

 a { background-color: rgb(66,252,240); }

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

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

 span { border-color: rgb(66,252,240); }

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