Html Css Color HEX #40DDB8 Turquoise

📋 copy color: '#40DDB8'

red 64 ◦ green 221 ◦ blue 184

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

Shades of Turquoise #40DDB8

Tints of Turquoise #40DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.23%

R = 13.65%
G = 47.12%
B = 39.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#40DDB8 (or 0x40DDB8) is known color: Turquoise. HEX triplet: 40, DD and B8. RGB value is (64,221,184). Sum of RGB (Red+Green+Blue) = 64+221+184=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDB8 is #BF2247. Grayscale: #A9A9A9. Windows color (decimal): -12526152 or 12115264. OLE color: 12115264.

HSL color Cylindrical-coordinate representation of color #40DDB8: hue angle of 165.86º 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 #40DDB8 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 184 -
CMYK 0.71 0 0.17 0.13
HSL 165.86º 0.7% 0.56% -
HSV(B) 165.86º 0.71% 0.87% -
XYZ 36.62 56.26 54.28 -
YUV 169.84 135.99 52.51 -
System Red Green Blue C M Y K H S L
Decimal 64 221 184 0.71 0 0.17 0.13 165.86 0.7 0.56
Hex 40 DD B8 47 0 11 D A6 46 38
Octal 100 335 270 107 0 21 15 246 106 70
Binary 1000000 11011101 10111000 1000111 0 10001 1101 10100110 1000110 111000

Color Harmonies of #40DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDB8

Black with #40DDB8

Text Example


Text Example

White with #40DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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