Html Css Color HEX #40E8CB Turquoise

📋 copy color: '#40E8CB'

red 64 ◦ green 232 ◦ blue 203

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

Shades of Turquoise #40E8CB

Tints of Turquoise #40E8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 12.83%
G = 46.49%
B = 40.68%

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

#40E8CB (or 0x40E8CB) is known color: Turquoise. HEX triplet: 40, E8 and CB. RGB value is (64,232,203). Sum of RGB (Red+Green+Blue) = 64+232+203=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #40E8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E8CB is #BF1734. Grayscale: #B2B2B2. Windows color (decimal): -12523317 or 13363264. OLE color: 13363264.

HSL color Cylindrical-coordinate representation of color #40E8CB: hue angle of 169.64º 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 #40E8CB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 232 203 -
CMYK 0.72 0 0.12 0.09
HSL 169.64º 0.79% 0.58% -
HSV(B) 169.64º 0.72% 0.91% -
XYZ 41.75 63.12 66.48 -
YUV 178.46 141.84 46.36 -
System Red Green Blue C M Y K H S L
Decimal 64 232 203 0.72 0 0.12 0.09 169.64 0.79 0.58
Hex 40 E8 CB 48 0 C 9 AA 4F 3A
Octal 100 350 313 110 0 14 11 252 117 72
Binary 1000000 11101000 11001011 1001000 0 1100 1001 10101010 1001111 111010

Color Harmonies of #40E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E8CB

Black with #40E8CB

Text Example


Text Example

White with #40E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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