#40CBD3

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

Shades of Medium Turquoise #40CBD3

Tints of Medium Turquoise #40CBD3

Color information

#40CBD3 (or 0x40CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 40, CB and D3. RGB value is (64,203,211). Sum of RGB (Red+Green+Blue) = 64+203+211=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #40CBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBD3 is #BF342C. Grayscale: #A2A2A2. Windows color (decimal): -12530733 or 13880128. OLE color: 13880128.

HSL color Cylindrical-coordinate representation of color #40CBD3: hue angle of 183.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CBD3 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB64203211-
CMYK0.700.0400.17
HSL183.27º62.55%53.92%-
HSV(B)183.27º69.67%82.75%-
XYZ35.2348.5169.13-
YUV162.35155.4557.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.39%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 211 (82.81% from 255) = 44.14%
R=13.39%
G=42.47%
B=44.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642032110.700.0400.17183.2762.5553.92
Hex40CBD3464011b73f36
Octal10031332310640212677766
Binary10000001100101111010011100011010001000110110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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