Html Css Color HEX #40D8E0 Turquoise

📋 copy color: '#40D8E0'

red 64 ◦ green 216 ◦ blue 224

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

Shades of Turquoise #40D8E0

Tints of Turquoise #40D8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 12.7%
G = 42.86%
B = 44.44%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40D8E0 (or 0x40D8E0) is known color: Turquoise. HEX triplet: 40, D8 and E0. RGB value is (64,216,224). Sum of RGB (Red+Green+Blue) = 64+216+224=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #40D8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8E0 is #BF271F. Grayscale: #ABABAB. Windows color (decimal): -12527392 or 14735424. OLE color: 14735424.

HSL color Cylindrical-coordinate representation of color #40D8E0: hue angle of 183º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D8E0 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 216 224 -
CMYK 0.71 0.04 0 0.12
HSL 183º 0.72% 0.56% -
HSV(B) 183º 0.71% 0.88% -
XYZ 40.12 55.58 79.13 -
YUV 171.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 64 216 224 0.71 0.04 0 0.12 183 0.72 0.56
Hex 40 D8 E0 47 4 0 C B7 48 38
Octal 100 330 340 107 4 0 14 267 110 70
Binary 1000000 11011000 11100000 1000111 100 0 1100 10110111 1001000 111000

Color Harmonies of #40D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8E0

Black with #40D8E0

Text Example


Text Example

White with #40D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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