#42D4B9

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

Shades of Medium Turquoise #42D4B9

Tints of Medium Turquoise #42D4B9

Color information

#42D4B9 (or 0x42D4B9) is unknown color: approx Medium Turquoise. HEX triplet: 42, D4 and B9. RGB value is (66,212,185). Sum of RGB (Red+Green+Blue) = 66+212+185=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D4B9 is #BD2B46. Grayscale: #A5A5A5. Windows color (decimal): -12397383 or 12178498. OLE color: 12178498.

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

Color convert

RGB66212185-
CMYK0.6900.130.17
HSL168.9º62.93%54.51%-
HSV(B)168.9º68.87%83.14%-
XYZ34.5551.7554.07-
YUV165.27139.1357.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=14.25%
G=45.79%
B=39.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal662121850.6900.130.17168.962.9354.51
Hex42D4B9450D11a93f37
Octal102324271105015212517767
Binary100001011010100101110011000101011011000110101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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