#42F4DF

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

Shades of Turquoise #42F4DF

Tints of Turquoise #42F4DF

Color information

#42F4DF (or 0x42F4DF) is unknown color: approx Turquoise. HEX triplet: 42, F4 and DF. RGB value is (66,244,223). Sum of RGB (Red+Green+Blue) = 66+244+223=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4DF is #BD0B20. Grayscale: #BCBCBC. Windows color (decimal): -12389153 or 14677058. OLE color: 14677058.

HSL color Cylindrical-coordinate representation of color #42F4DF: hue angle of 172.92º degrees, saturation: 0.89, 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 #42F4DF is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB66244223-
CMYK0.7300.090.04
HSL172.92º89%60.78%-
HSV(B)172.92º72.95%95.69%-
XYZ47.9271.1981.03-
YUV188.38147.5340.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.38%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=12.38%
G=45.78%
B=41.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662442230.7300.090.04172.928960.78
Hex42F4DF49094ad593d
Octal102364337111011425513175
Binary10000101111010011011111100100101001100101011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,244,223); }

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

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

 a { background-color: rgb(66,244,223); }

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

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

 span { border-color: rgb(66,244,223); }

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