Html Css Color HEX #40D5CE Medium Turquoise

📋 copy color: '#40D5CE'

red 64 ◦ green 213 ◦ blue 206

#40D5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #40D5CE

Tints of Medium Turquoise #40D5CE

RGB

 RED value IS 64 (25.39% from 255) = 13.25%

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 13.25%
G = 44.1%
B = 42.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#40D5CE (or 0x40D5CE) is known color: Medium Turquoise. HEX triplet: 40, D5 and CE. RGB value is (64,213,206). Sum of RGB (Red+Green+Blue) = 64+213+206=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5CE is #BF2A31. Grayscale: #A7A7A7. Windows color (decimal): -12528178 or 13555008. OLE color: 13555008.

HSL color Cylindrical-coordinate representation of color #40D5CE: hue angle of 177.18º 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 #40D5CE is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 206 -
CMYK 0.70 0 0.03 0.16
HSL 177.18º 0.64% 0.54% -
HSV(B) 177.18º 0.7% 0.84% -
XYZ 37.05 53.13 66.7 -
YUV 167.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 64 213 206 0.70 0 0.03 0.16 177.18 0.64 0.54
Hex 40 D5 CE 46 0 3 10 B1 40 36
Octal 100 325 316 106 0 3 20 261 100 66
Binary 1000000 11010101 11001110 1000110 0 11 10000 10110001 1000000 110110

Color Harmonies of #40D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D5CE

Black with #40D5CE

Text Example


Text Example

White with #40D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40D5CE;
 }
 .AnyTagClassName
 {
   color: #40D5CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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