Html Css Color HEX #40ECDD Turquoise

📋 copy color: '#40ECDD'

red 64 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #40ECDD

Tints of Turquoise #40ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 12.28%
G = 45.3%
B = 42.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#40ECDD (or 0x40ECDD) is known color: Turquoise. HEX triplet: 40, EC and DD. RGB value is (64,236,221). Sum of RGB (Red+Green+Blue) = 64+236+221=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECDD is #BF1322. Grayscale: #B6B6B6. Windows color (decimal): -12522275 or 14543936. OLE color: 14543936.

HSL color Cylindrical-coordinate representation of color #40ECDD: hue angle of 174.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECDD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 221 -
CMYK 0.73 0 0.06 0.07
HSL 174.77º 0.82% 0.59% -
HSV(B) 174.77º 0.73% 0.93% -
XYZ 45.16 66.3 78.82 -
YUV 182.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 64 236 221 0.73 0 0.06 0.07 174.77 0.82 0.59
Hex 40 EC DD 49 0 6 7 AF 52 3B
Octal 100 354 335 111 0 6 7 257 122 73
Binary 1000000 11101100 11011101 1001001 0 110 111 10101111 1010010 111011

Color Harmonies of #40ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECDD

Black with #40ECDD

Text Example


Text Example

White with #40ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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