Html Css Color HEX #40D8CD Turquoise

📋 copy color: '#40D8CD'

red 64 ◦ green 216 ◦ blue 205

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

Shades of Turquoise #40D8CD

Tints of Turquoise #40D8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 13.2%
G = 44.54%
B = 42.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#40D8CD (or 0x40D8CD) is known color: Turquoise. HEX triplet: 40, D8 and CD. RGB value is (64,216,205). Sum of RGB (Red+Green+Blue) = 64+216+205=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8CD is #BF2732. Grayscale: #A9A9A9. Windows color (decimal): -12527411 or 13490240. OLE color: 13490240.

HSL color Cylindrical-coordinate representation of color #40D8CD: hue angle of 175.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8CD is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 205 -
CMYK 0.70 0 0.05 0.15
HSL 175.66º 0.66% 0.55% -
HSV(B) 175.66º 0.7% 0.85% -
XYZ 37.69 54.61 66.31 -
YUV 169.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 64 216 205 0.70 0 0.05 0.15 175.66 0.66 0.55
Hex 40 D8 CD 46 0 5 F B0 42 37
Octal 100 330 315 106 0 5 17 260 102 67
Binary 1000000 11011000 11001101 1000110 0 101 1111 10110000 1000010 110111

Color Harmonies of #40D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8CD

Black with #40D8CD

Text Example


Text Example

White with #40D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,205); }

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

background-color css

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

 a { background-color: rgb(64,216,205); }

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

border-color css

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

 span { border-color: rgb(64,216,205); }

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