Html Css Color HEX #40EEC9 Turquoise

📋 copy color: '#40EEC9'

red 64 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #40EEC9

Tints of Turquoise #40EEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.32%

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

R = 12.72%
G = 47.32%
B = 39.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#40EEC9 (or 0x40EEC9) is known color: Turquoise. HEX triplet: 40, EE and C9. RGB value is (64,238,201). Sum of RGB (Red+Green+Blue) = 64+238+201=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEC9 is #BF1136. Grayscale: #B5B5B5. Windows color (decimal): -12521783 or 13233728. OLE color: 13233728.

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

Color convert

RGB 64 238 201 -
CMYK 0.73 0 0.16 0.07
HSL 167.24º 0.84% 0.59% -
HSV(B) 167.24º 0.73% 0.93% -
XYZ 43.23 66.46 65.81 -
YUV 181.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 64 238 201 0.73 0 0.16 0.07 167.24 0.84 0.59
Hex 40 EE C9 49 0 10 7 A7 54 3B
Octal 100 356 311 111 0 20 7 247 124 73
Binary 1000000 11101110 11001001 1001001 0 10000 111 10100111 1010100 111011

Color Harmonies of #40EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEC9

Black with #40EEC9

Text Example


Text Example

White with #40EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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