#42DCEF

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

Shades of Turquoise #42DCEF

Tints of Turquoise #42DCEF

Color information

#42DCEF (or 0x42DCEF) is unknown color: approx Turquoise. HEX triplet: 42, DC and EF. RGB value is (66,220,239). Sum of RGB (Red+Green+Blue) = 66+220+239=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #42DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEF is #BD2310. Grayscale: #AFAFAF. Windows color (decimal): -12395281 or 15719490. OLE color: 15719490.

HSL color Cylindrical-coordinate representation of color #42DCEF: hue angle of 186.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DCEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66220239-
CMYK0.720.0800.06
HSL186.59º84.39%59.8%-
HSV(B)186.59º72.38%93.73%-
XYZ43.4258.5890.68-
YUV176.12163.4849.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.57%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=12.57%
G=41.90%
B=45.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662202390.720.0800.06186.5984.3959.8
Hex42DCEF48806bb543c
Octal102334357110100627312474
Binary10000101101110011101111100100010000110101110111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,220,239); }

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

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

 a { background-color: rgb(66,220,239); }

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

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

 span { border-color: rgb(66,220,239); }

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