#42F1D6

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

Shades of Turquoise #42F1D6

Tints of Turquoise #42F1D6

Color information

#42F1D6 (or 0x42F1D6) is unknown color: approx Turquoise. HEX triplet: 42, F1 and D6. RGB value is (66,241,214). Sum of RGB (Red+Green+Blue) = 66+241+214=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1D6 is #BD0E29. Grayscale: #B9B9B9. Windows color (decimal): -12389930 or 14086466. OLE color: 14086466.

HSL color Cylindrical-coordinate representation of color #42F1D6: hue angle of 170.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1D6 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB66241214-
CMYK0.7300.110.05
HSL170.74º86.21%60.2%-
HSV(B)170.74º72.61%94.51%-
XYZ45.8468.9274.51-
YUV185.6144.0242.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.67%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=12.67%
G=46.26%
B=41.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662412140.7300.110.05170.7486.2160.2
Hex42F1D6490B5ab563c
Octal102361326111013525312674
Binary10000101111000111010110100100101011101101010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,241,214); }

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

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

 a { background-color: rgb(66,241,214); }

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

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

 span { border-color: rgb(66,241,214); }

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