Html Css Color HEX #40ECEB Turquoise

📋 copy color: '#40ECEB'

red 64 ◦ green 236 ◦ blue 235

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

Shades of Turquoise #40ECEB

Tints of Turquoise #40ECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 11.96%
G = 44.11%
B = 43.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#40ECEB (or 0x40ECEB) is known color: Turquoise. HEX triplet: 40, EC and EB. RGB value is (64,236,235). Sum of RGB (Red+Green+Blue) = 64+236+235=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECEB is #BF1314. Grayscale: #B8B8B8. Windows color (decimal): -12522261 or 15461440. OLE color: 15461440.

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

Color convert

RGB 64 236 235 -
CMYK 0.73 0 0.00 0.07
HSL 179.65º 0.82% 0.59% -
HSV(B) 179.65º 0.73% 0.93% -
XYZ 47.11 67.08 89.06 -
YUV 184.46 156.52 42.08 -
System Red Green Blue C M Y K H S L
Decimal 64 236 235 0.73 0 0.00 0.07 179.65 0.82 0.59
Hex 40 EC EB 49 0 0 7 B4 52 3B
Octal 100 354 353 111 0 0 7 264 122 73
Binary 1000000 11101100 11101011 1001001 0 0 111 10110100 1010010 111011

Color Harmonies of #40ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECEB

Black with #40ECEB

Text Example


Text Example

White with #40ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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