Html Css Color HEX #40DDCE Turquoise

📋 copy color: '#40DDCE'

red 64 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #40DDCE

Tints of Turquoise #40DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

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

R = 13.03%
G = 45.01%
B = 41.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#40DDCE (or 0x40DDCE) is known color: Turquoise. HEX triplet: 40, DD and CE. RGB value is (64,221,206). Sum of RGB (Red+Green+Blue) = 64+221+206=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDCE is #BF2231. Grayscale: #ACACAC. Windows color (decimal): -12526130 or 13557056. OLE color: 13557056.

HSL color Cylindrical-coordinate representation of color #40DDCE: hue angle of 174.27º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDCE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 206 -
CMYK 0.71 0 0.07 0.13
HSL 174.27º 0.7% 0.56% -
HSV(B) 174.27º 0.71% 0.87% -
XYZ 39.11 57.26 67.38 -
YUV 172.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 64 221 206 0.71 0 0.07 0.13 174.27 0.7 0.56
Hex 40 DD CE 47 0 7 D AE 46 38
Octal 100 335 316 107 0 7 15 256 106 70
Binary 1000000 11011101 11001110 1000111 0 111 1101 10101110 1000110 111000

Color Harmonies of #40DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDCE

Black with #40DDCE

Text Example


Text Example

White with #40DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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