#42D0B2

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

Shades of Medium Turquoise #42D0B2

Tints of Medium Turquoise #42D0B2

Color information

#42D0B2 (or 0x42D0B2) is unknown color: approx Medium Turquoise. HEX triplet: 42, D0 and B2. RGB value is (66,208,178). Sum of RGB (Red+Green+Blue) = 66+208+178=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D0B2 is #BD2F4D. Grayscale: #A2A2A2. Windows color (decimal): -12398414 or 11718722. OLE color: 11718722.

HSL color Cylindrical-coordinate representation of color #42D0B2: hue angle of 167.32º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D0B2 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB66208178-
CMYK0.6800.140.18
HSL167.32º60.17%53.73%-
HSV(B)167.32º68.27%81.57%-
XYZ32.8449.4849.94-
YUV162.12136.9659.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=14.60%
G=46.02%
B=39.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662081780.6800.140.18167.3260.1753.73
Hex42D0B2440E12a73c36
Octal102320262104016222477466
Binary100001011010000101100101000100011101001010100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,208,178); }

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

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

 a { background-color: rgb(66,208,178); }

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

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

 span { border-color: rgb(66,208,178); }

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