Html Css Color HEX #40ECBC Turquoise

📋 copy color: '#40ECBC'

red 64 ◦ green 236 ◦ blue 188

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

Shades of Turquoise #40ECBC

Tints of Turquoise #40ECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 13.11%
G = 48.36%
B = 38.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#40ECBC (or 0x40ECBC) is known color: Turquoise. HEX triplet: 40, EC and BC. RGB value is (64,236,188). Sum of RGB (Red+Green+Blue) = 64+236+188=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECBC is #BF1343. Grayscale: #B3B3B3. Windows color (decimal): -12522308 or 12381248. OLE color: 12381248.

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

Color convert

RGB 64 236 188 -
CMYK 0.73 0 0.20 0.07
HSL 163.26º 0.82% 0.59% -
HSV(B) 163.26º 0.73% 0.93% -
XYZ 41.19 64.71 57.9 -
YUV 179.1 133.02 45.9 -
System Red Green Blue C M Y K H S L
Decimal 64 236 188 0.73 0 0.20 0.07 163.26 0.82 0.59
Hex 40 EC BC 49 0 14 7 A3 52 3B
Octal 100 354 274 111 0 24 7 243 122 73
Binary 1000000 11101100 10111100 1001001 0 10100 111 10100011 1010010 111011

Color Harmonies of #40ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECBC

Black with #40ECBC

Text Example


Text Example

White with #40ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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