#42DFE0

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

Shades of Turquoise #42DFE0

Tints of Turquoise #42DFE0

Color information

#42DFE0 (or 0x42DFE0) is unknown color: approx Turquoise. HEX triplet: 42, DF and E0. RGB value is (66,223,224). Sum of RGB (Red+Green+Blue) = 66+223+224=513 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.87% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #42DFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFE0 is #BD201F. Grayscale: #B0B0B0. Windows color (decimal): -12394528 or 14737218. OLE color: 14737218.

HSL color Cylindrical-coordinate representation of color #42DFE0: hue angle of 180.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42DFE0 is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB66223224-
CMYK0.710.0000.12
HSL180.38º71.82%56.86%-
HSV(B)180.38º70.54%87.84%-
XYZ42.0959.3279.75-
YUV176.17154.9949.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.87%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=12.87%
G=43.47%
B=43.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662232240.710.0000.12180.3871.8256.86
Hex42DFE04700Cb44839
Octal102337340107001426411071
Binary100001011011111111000001000111001100101101001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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