Html Css Color HEX #40E0DC Turquoise

📋 copy color: '#40E0DC'

red 64 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #40E0DC

Tints of Turquoise #40E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 12.6%
G = 44.09%
B = 43.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#40E0DC (or 0x40E0DC) is known color: Turquoise. HEX triplet: 40, E0 and DC. RGB value is (64,224,220). Sum of RGB (Red+Green+Blue) = 64+224+220=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E0DC is #BF1F23. Grayscale: #AFAFAF. Windows color (decimal): -12525348 or 14475328. OLE color: 14475328.

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

Color convert

RGB 64 224 220 -
CMYK 0.71 0 0.02 0.12
HSL 178.5º 0.72% 0.56% -
HSV(B) 178.5º 0.71% 0.88% -
XYZ 41.69 59.57 77.01 -
YUV 175.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 64 224 220 0.71 0 0.02 0.12 178.5 0.72 0.56
Hex 40 E0 DC 47 0 2 C B2 48 38
Octal 100 340 334 107 0 2 14 262 110 70
Binary 1000000 11100000 11011100 1000111 0 10 1100 10110010 1001000 111000

Color Harmonies of #40E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E0DC

Black with #40E0DC

Text Example


Text Example

White with #40E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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