#42D4CC

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

Shades of Medium Turquoise #42D4CC

Tints of Medium Turquoise #42D4CC

Color information

#42D4CC (or 0x42D4CC) is unknown color: approx Medium Turquoise. HEX triplet: 42, D4 and CC. RGB value is (66,212,204). Sum of RGB (Red+Green+Blue) = 66+212+204=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D4CC is #BD2B33. Grayscale: #A7A7A7. Windows color (decimal): -12397364 or 13423682. OLE color: 13423682.

HSL color Cylindrical-coordinate representation of color #42D4CC: hue angle of 176.71º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D4CC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB66212204-
CMYK0.6900.040.17
HSL176.71º62.93%54.51%-
HSV(B)176.71º68.87%83.14%-
XYZ36.6952.665.35-
YUV167.43148.6355.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.69%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=13.69%
G=43.98%
B=42.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662122040.6900.040.17176.7162.9354.51
Hex42D4CC450411b13f37
Octal10232431410504212617767
Binary10000101101010011001100100010101001000110110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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