#42DCCC

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

Shades of Turquoise #42DCCC

Tints of Turquoise #42DCCC

Color information

#42DCCC (or 0x42DCCC) is unknown color: approx Turquoise. HEX triplet: 42, DC and CC. RGB value is (66,220,204). Sum of RGB (Red+Green+Blue) = 66+220+204=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCCC is #BD2333. Grayscale: #ACACAC. Windows color (decimal): -12395316 or 13425730. OLE color: 13425730.

HSL color Cylindrical-coordinate representation of color #42DCCC: hue angle of 173.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCCC is Cyan = 0.7, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB66220204-
CMYK0.700.070.14
HSL173.77º68.75%56.08%-
HSV(B)173.77º70%86.27%-
XYZ38.7456.766.03-
YUV172.13145.9852.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.47%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=13.47%
G=44.90%
B=41.63%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662202040.700.070.14173.7768.7556.08
Hex42DCCC4607Eae4538
Octal102334314106071625610570
Binary10000101101110011001100100011001111110101011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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