#42CBB9

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

Shades of Medium Turquoise #42CBB9

Tints of Medium Turquoise #42CBB9

Color information

#42CBB9 (or 0x42CBB9) is unknown color: approx Medium Turquoise. HEX triplet: 42, CB and B9. RGB value is (66,203,185). Sum of RGB (Red+Green+Blue) = 66+203+185=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBB9 is #BD3446. Grayscale: #9F9F9F. Windows color (decimal): -12399687 or 12176194. OLE color: 12176194.

HSL color Cylindrical-coordinate representation of color #42CBB9: hue angle of 172.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBB9 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB66203185-
CMYK0.6700.090.20
HSL172.12º56.85%52.75%-
HSV(B)172.12º67.49%79.61%-
XYZ32.3647.3753.34-
YUV159.98142.1160.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.54%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 185 (72.66% from 255) = 40.75%
R=14.54%
G=44.71%
B=40.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031850.6700.090.20172.1256.8552.75
Hex42CBB9430914ac3935
Octal102313271103011242547165
Binary100001011001011101110011000011010011010010101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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