#40cbd5

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

Shades of Medium Turquoise #40CBD5

Tints of Medium Turquoise #40CBD5

Color information

#40CBD5 (or 0x40CBD5) is unknown color: approx Medium Turquoise. HEX triplet: 40, CB and D5. RGB value is (64,203,213). Sum of RGB (Red+Green+Blue) = 64+203+213=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #40CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBD5 is #BF342A. Grayscale: #A2A2A2. Windows color (decimal): -12530731 or 14011200. OLE color: 14011200.

HSL color Cylindrical-coordinate representation of color #40CBD5: hue angle of 184.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CBD5 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64203213-
CMYK0.700.0500.16
HSL184.03º63.95%54.31%-
HSV(B)184.03º69.95%83.53%-
XYZ35.4848.6170.46-
YUV162.58156.4557.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.33%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=13.33%
G=42.29%
B=44.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642032130.700.0500.16184.0363.9554.31
Hex40CBD5465010b84036
Octal100313325106502027010066
Binary100000011001011110101011000110101010000101110001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40cbd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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