Html Css Color HEX #40E3CB Turquoise

📋 copy color: '#40E3CB'

red 64 ◦ green 227 ◦ blue 203

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

Shades of Turquoise #40E3CB

Tints of Turquoise #40E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 12.96%
G = 45.95%
B = 41.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#40E3CB (or 0x40E3CB) is known color: Turquoise. HEX triplet: 40, E3 and CB. RGB value is (64,227,203). Sum of RGB (Red+Green+Blue) = 64+227+203=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #40E3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E3CB is #BF1C34. Grayscale: #AFAFAF. Windows color (decimal): -12524597 or 13361984. OLE color: 13361984.

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

Color convert

RGB 64 227 203 -
CMYK 0.72 0 0.11 0.11
HSL 171.17º 0.74% 0.57% -
HSV(B) 171.17º 0.72% 0.89% -
XYZ 40.36 60.34 66.02 -
YUV 175.53 143.5 48.45 -
System Red Green Blue C M Y K H S L
Decimal 64 227 203 0.72 0 0.11 0.11 171.17 0.74 0.57
Hex 40 E3 CB 48 0 B B AB 4A 39
Octal 100 343 313 110 0 13 13 253 112 71
Binary 1000000 11100011 11001011 1001000 0 1011 1011 10101011 1001010 111001

Color Harmonies of #40E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E3CB

Black with #40E3CB

Text Example


Text Example

White with #40E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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