Html Css Color HEX #40E1BD Turquoise

📋 copy color: '#40E1BD'

red 64 ◦ green 225 ◦ blue 189

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

Shades of Turquoise #40E1BD

Tints of Turquoise #40E1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 13.39%
G = 47.07%
B = 39.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#40E1BD (or 0x40E1BD) is known color: Turquoise. HEX triplet: 40, E1 and BD. RGB value is (64,225,189). Sum of RGB (Red+Green+Blue) = 64+225+189=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1BD is #BF1E42. Grayscale: #ACACAC. Windows color (decimal): -12525123 or 12443968. OLE color: 12443968.

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

Color convert

RGB 64 225 189 -
CMYK 0.72 0 0.16 0.12
HSL 166.58º 0.73% 0.57% -
HSV(B) 166.58º 0.72% 0.88% -
XYZ 38.22 58.61 57.44 -
YUV 172.76 137.16 50.43 -
System Red Green Blue C M Y K H S L
Decimal 64 225 189 0.72 0 0.16 0.12 166.58 0.73 0.57
Hex 40 E1 BD 48 0 10 C A7 49 39
Octal 100 341 275 110 0 20 14 247 111 71
Binary 1000000 11100001 10111101 1001000 0 10000 1100 10100111 1001001 111001

Color Harmonies of #40E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E1BD

Black with #40E1BD

Text Example


Text Example

White with #40E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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