Html Css Color HEX #40EBC9 Turquoise

📋 copy color: '#40EBC9'

red 64 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #40EBC9

Tints of Turquoise #40EBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 12.8%
G = 47%
B = 40.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#40EBC9 (or 0x40EBC9) is known color: Turquoise. HEX triplet: 40, EB and C9. RGB value is (64,235,201). Sum of RGB (Red+Green+Blue) = 64+235+201=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBC9 is #BF1436. Grayscale: #B3B3B3. Windows color (decimal): -12522551 or 13232960. OLE color: 13232960.

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

Color convert

RGB 64 235 201 -
CMYK 0.73 0 0.14 0.08
HSL 168.07º 0.81% 0.59% -
HSV(B) 168.07º 0.73% 0.92% -
XYZ 42.37 64.72 65.52 -
YUV 180 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 64 235 201 0.73 0 0.14 0.08 168.07 0.81 0.59
Hex 40 EB C9 49 0 E 8 A8 51 3B
Octal 100 353 311 111 0 16 10 250 121 73
Binary 1000000 11101011 11001001 1001001 0 1110 1000 10101000 1010001 111011

Color Harmonies of #40EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBC9

Black with #40EBC9

Text Example


Text Example

White with #40EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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