Html Css Color HEX #40ECCD Turquoise

📋 copy color: '#40ECCD'

red 64 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #40ECCD

Tints of Turquoise #40ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 12.67%
G = 46.73%
B = 40.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#40ECCD (or 0x40ECCD) is known color: Turquoise. HEX triplet: 40, EC and CD. RGB value is (64,236,205). Sum of RGB (Red+Green+Blue) = 64+236+205=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECCD is #BF1332. Grayscale: #B4B4B4. Windows color (decimal): -12522291 or 13495360. OLE color: 13495360.

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

Color convert

RGB 64 236 205 -
CMYK 0.73 0 0.13 0.07
HSL 169.19º 0.82% 0.59% -
HSV(B) 169.19º 0.73% 0.93% -
XYZ 43.13 65.49 68.13 -
YUV 181.04 141.52 44.52 -
System Red Green Blue C M Y K H S L
Decimal 64 236 205 0.73 0 0.13 0.07 169.19 0.82 0.59
Hex 40 EC CD 49 0 D 7 A9 52 3B
Octal 100 354 315 111 0 15 7 251 122 73
Binary 1000000 11101100 11001101 1001001 0 1101 111 10101001 1010010 111011

Color Harmonies of #40ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECCD

Black with #40ECCD

Text Example


Text Example

White with #40ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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