#42DFD2

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

Shades of Turquoise #42DFD2

Tints of Turquoise #42DFD2

Color information

#42DFD2 (or 0x42DFD2) is unknown color: approx Turquoise. HEX triplet: 42, DF and D2. RGB value is (66,223,210). Sum of RGB (Red+Green+Blue) = 66+223+210=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFD2 is #BD202D. Grayscale: #AEAEAE. Windows color (decimal): -12394542 or 13819714. OLE color: 13819714.

HSL color Cylindrical-coordinate representation of color #42DFD2: hue angle of 175.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFD2 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB66223210-
CMYK0.7000.060.13
HSL175.03º71.04%56.67%-
HSV(B)175.03º70.4%87.45%-
XYZ40.2758.5970.16-
YUV174.58147.9950.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.23%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=13.23%
G=44.69%
B=42.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662232100.7000.060.13175.0371.0456.67
Hex42DFD24606Daf4739
Octal102337322106061525710771
Binary10000101101111111010010100011001101101101011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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