Html Css Color HEX #40E3DC Turquoise

📋 copy color: '#40E3DC'

red 64 ◦ green 227 ◦ blue 220

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

Shades of Turquoise #40E3DC

Tints of Turquoise #40E3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

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

R = 12.52%
G = 44.42%
B = 43.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#40E3DC (or 0x40E3DC) is known color: Turquoise. HEX triplet: 40, E3 and DC. RGB value is (64,227,220). Sum of RGB (Red+Green+Blue) = 64+227+220=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #40E3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E3DC is #BF1C23. Grayscale: #B1B1B1. Windows color (decimal): -12524580 or 14476096. OLE color: 14476096.

HSL color Cylindrical-coordinate representation of color #40E3DC: hue angle of 177.42º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E3DC is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 227 220 -
CMYK 0.72 0 0.03 0.11
HSL 177.42º 0.74% 0.57% -
HSV(B) 177.42º 0.72% 0.89% -
XYZ 42.5 61.2 77.28 -
YUV 177.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 64 227 220 0.72 0 0.03 0.11 177.42 0.74 0.57
Hex 40 E3 DC 48 0 3 B B1 4A 39
Octal 100 343 334 110 0 3 13 261 112 71
Binary 1000000 11100011 11011100 1001000 0 11 1011 10110001 1001010 111001

Color Harmonies of #40E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E3DC

Black with #40E3DC

Text Example


Text Example

White with #40E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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