#40CBB9

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

Shades of Medium Turquoise #40CBB9

Tints of Medium Turquoise #40CBB9

Color information

#40CBB9 (or 0x40CBB9) is unknown color: approx Medium Turquoise. HEX triplet: 40, CB and B9. RGB value is (64,203,185). Sum of RGB (Red+Green+Blue) = 64+203+185=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBB9 is #BF3446. Grayscale: #9F9F9F. Windows color (decimal): -12530759 or 12176192. OLE color: 12176192.

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

Color convert

RGB64203185-
CMYK0.6800.090.20
HSL172.23º57.2%52.35%-
HSV(B)172.23º68.47%79.61%-
XYZ32.2347.353.33-
YUV159.39142.4559.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.16%
GREEN value IS 203 (79.69% from 255) = 44.91%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=14.16%
G=44.91%
B=40.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031850.6800.090.20172.2357.252.35
Hex40CBB9440914ac3934
Octal100313271104011242547164
Binary100000011001011101110011000100010011010010101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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