Html Css Color HEX #40EBCD Turquoise

📋 copy color: '#40EBCD'

red 64 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #40EBCD

Tints of Turquoise #40EBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.63%

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

R = 12.7%
G = 46.63%
B = 40.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#40EBCD (or 0x40EBCD) is known color: Turquoise. HEX triplet: 40, EB and CD. RGB value is (64,235,205). Sum of RGB (Red+Green+Blue) = 64+235+205=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBCD is #BF1432. Grayscale: #B4B4B4. Windows color (decimal): -12522547 or 13495104. OLE color: 13495104.

HSL color Cylindrical-coordinate representation of color #40EBCD: hue angle of 169.47º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBCD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 205 -
CMYK 0.73 0 0.13 0.08
HSL 169.47º 0.81% 0.59% -
HSV(B) 169.47º 0.73% 0.92% -
XYZ 42.84 64.91 68.03 -
YUV 180.45 141.85 44.94 -
System Red Green Blue C M Y K H S L
Decimal 64 235 205 0.73 0 0.13 0.08 169.47 0.81 0.59
Hex 40 EB CD 49 0 D 8 A9 51 3B
Octal 100 353 315 111 0 15 10 251 121 73
Binary 1000000 11101011 11001101 1001001 0 1101 1000 10101001 1010001 111011

Color Harmonies of #40EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBCD

Black with #40EBCD

Text Example


Text Example

White with #40EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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