#42D4C9

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

Shades of Medium Turquoise #42D4C9

Tints of Medium Turquoise #42D4C9

Color information

#42D4C9 (or 0x42D4C9) is unknown color: approx Medium Turquoise. HEX triplet: 42, D4 and C9. RGB value is (66,212,201). Sum of RGB (Red+Green+Blue) = 66+212+201=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D4C9 is #BD2B36. Grayscale: #A6A6A6. Windows color (decimal): -12397367 or 13227074. OLE color: 13227074.

HSL color Cylindrical-coordinate representation of color #42D4C9: hue angle of 175.48º 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 #42D4C9 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB66212201-
CMYK0.6900.050.17
HSL175.48º62.93%54.51%-
HSV(B)175.48º68.87%83.14%-
XYZ36.3352.4663.47-
YUV167.09147.1355.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.78%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=13.78%
G=44.26%
B=41.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662122010.6900.050.17175.4862.9354.51
Hex42D4C9450511af3f37
Octal10232431110505212577767
Binary10000101101010011001001100010101011000110101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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