Html Css Color HEX #40E3BC Turquoise

📋 copy color: '#40E3BC'

red 64 ◦ green 227 ◦ blue 188

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

Shades of Turquoise #40E3BC

Tints of Turquoise #40E3BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.25%

R = 13.36%
G = 47.39%
B = 39.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#40E3BC (or 0x40E3BC) is known color: Turquoise. HEX triplet: 40, E3 and BC. RGB value is (64,227,188). Sum of RGB (Red+Green+Blue) = 64+227+188=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #40E3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E3BC is #BF1C43. Grayscale: #ADADAD. Windows color (decimal): -12524612 or 12378944. OLE color: 12378944.

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

Color convert

RGB 64 227 188 -
CMYK 0.72 0 0.17 0.11
HSL 165.64º 0.74% 0.57% -
HSV(B) 165.64º 0.72% 0.89% -
XYZ 38.66 59.66 57.05 -
YUV 173.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 64 227 188 0.72 0 0.17 0.11 165.64 0.74 0.57
Hex 40 E3 BC 48 0 11 B A6 4A 39
Octal 100 343 274 110 0 21 13 246 112 71
Binary 1000000 11100011 10111100 1001000 0 10001 1011 10100110 1001010 111001

Color Harmonies of #40E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E3BC

Black with #40E3BC

Text Example


Text Example

White with #40E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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