Html Css Color HEX #40E5CC Turquoise

📋 copy color: '#40E5CC'

red 64 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #40E5CC

Tints of Turquoise #40E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

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

R = 12.88%
G = 46.08%
B = 41.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#40E5CC (or 0x40E5CC) is known color: Turquoise. HEX triplet: 40, E5 and CC. RGB value is (64,229,204). Sum of RGB (Red+Green+Blue) = 64+229+204=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5CC is #BF1A33. Grayscale: #B0B0B0. Windows color (decimal): -12524084 or 13428032. OLE color: 13428032.

HSL color Cylindrical-coordinate representation of color #40E5CC: hue angle of 170.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5CC is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 229 204 -
CMYK 0.72 0 0.11 0.10
HSL 170.91º 0.76% 0.57% -
HSV(B) 170.91º 0.72% 0.9% -
XYZ 41.03 61.49 66.83 -
YUV 176.82 143.34 47.53 -
System Red Green Blue C M Y K H S L
Decimal 64 229 204 0.72 0 0.11 0.10 170.91 0.76 0.57
Hex 40 E5 CC 48 0 B A AB 4C 39
Octal 100 345 314 110 0 13 12 253 114 71
Binary 1000000 11100101 11001100 1001000 0 1011 1010 10101011 1001100 111001

Color Harmonies of #40E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E5CC

Black with #40E5CC

Text Example


Text Example

White with #40E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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