Html Css Color HEX #40EEBD Turquoise

📋 copy color: '#40EEBD'

red 64 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #40EEBD

Tints of Turquoise #40EEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

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

R = 13.03%
G = 48.47%
B = 38.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#40EEBD (or 0x40EEBD) is known color: Turquoise. HEX triplet: 40, EE and BD. RGB value is (64,238,189). Sum of RGB (Red+Green+Blue) = 64+238+189=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEBD is #BF1142. Grayscale: #B4B4B4. Windows color (decimal): -12521795 or 12447296. OLE color: 12447296.

HSL color Cylindrical-coordinate representation of color #40EEBD: hue angle of 163.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEBD is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 238 189 -
CMYK 0.73 0 0.21 0.07
HSL 163.1º 0.84% 0.59% -
HSV(B) 163.1º 0.73% 0.93% -
XYZ 41.87 65.91 58.66 -
YUV 180.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 64 238 189 0.73 0 0.21 0.07 163.1 0.84 0.59
Hex 40 EE BD 49 0 15 7 A3 54 3B
Octal 100 356 275 111 0 25 7 243 124 73
Binary 1000000 11101110 10111101 1001001 0 10101 111 10100011 1010100 111011

Color Harmonies of #40EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEBD

Black with #40EEBD

Text Example


Text Example

White with #40EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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