Html Css Color HEX #40E1CB Turquoise

📋 copy color: '#40E1CB'

red 64 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #40E1CB

Tints of Turquoise #40E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

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

R = 13.01%
G = 45.73%
B = 41.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#40E1CB (or 0x40E1CB) is known color: Turquoise. HEX triplet: 40, E1 and CB. RGB value is (64,225,203). Sum of RGB (Red+Green+Blue) = 64+225+203=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1CB is #BF1E34. Grayscale: #AEAEAE. Windows color (decimal): -12525109 or 13361472. OLE color: 13361472.

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

Color convert

RGB 64 225 203 -
CMYK 0.72 0 0.10 0.12
HSL 171.8º 0.73% 0.57% -
HSV(B) 171.8º 0.72% 0.88% -
XYZ 39.82 59.25 65.84 -
YUV 174.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 64 225 203 0.72 0 0.10 0.12 171.8 0.73 0.57
Hex 40 E1 CB 48 0 A C AC 49 39
Octal 100 341 313 110 0 12 14 254 111 71
Binary 1000000 11100001 11001011 1001000 0 1010 1100 10101100 1001001 111001

Color Harmonies of #40E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E1CB

Black with #40E1CB

Text Example


Text Example

White with #40E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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