Html Css Color HEX #40E8CC Turquoise

📋 copy color: '#40E8CC'

red 64 ◦ green 232 ◦ blue 204

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

Shades of Turquoise #40E8CC

Tints of Turquoise #40E8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.4%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 12.8%
G = 46.4%
B = 40.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#40E8CC (or 0x40E8CC) is known color: Turquoise. HEX triplet: 40, E8 and CC. RGB value is (64,232,204). Sum of RGB (Red+Green+Blue) = 64+232+204=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #40E8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E8CC is #BF1733. Grayscale: #B2B2B2. Windows color (decimal): -12523316 or 13428800. OLE color: 13428800.

HSL color Cylindrical-coordinate representation of color #40E8CC: hue angle of 170º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E8CC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 232 204 -
CMYK 0.72 0 0.12 0.09
HSL 170º 0.79% 0.58% -
HSV(B) 170º 0.72% 0.91% -
XYZ 41.87 63.16 67.11 -
YUV 178.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 64 232 204 0.72 0 0.12 0.09 170 0.79 0.58
Hex 40 E8 CC 48 0 C 9 AA 4F 3A
Octal 100 350 314 110 0 14 11 252 117 72
Binary 1000000 11101000 11001100 1001000 0 1100 1001 10101010 1001111 111010

Color Harmonies of #40E8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E8CC

Black with #40E8CC

Text Example


Text Example

White with #40E8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,232,204); }

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

background-color css

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

 a { background-color: rgb(64,232,204); }

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

border-color css

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

 span { border-color: rgb(64,232,204); }

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