Html Css Color HEX #40EADD Turquoise

📋 copy color: '#40EADD'

red 64 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #40EADD

Tints of Turquoise #40EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 12.33%
G = 45.09%
B = 42.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#40EADD (or 0x40EADD) is known color: Turquoise. HEX triplet: 40, EA and DD. RGB value is (64,234,221). Sum of RGB (Red+Green+Blue) = 64+234+221=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #40EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EADD is #BF1522. Grayscale: #B5B5B5. Windows color (decimal): -12522787 or 14543424. OLE color: 14543424.

HSL color Cylindrical-coordinate representation of color #40EADD: hue angle of 175.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EADD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 234 221 -
CMYK 0.73 0 0.06 0.08
HSL 175.41º 0.8% 0.58% -
HSV(B) 175.41º 0.73% 0.92% -
XYZ 44.59 65.16 78.63 -
YUV 181.69 150.18 44.06 -
System Red Green Blue C M Y K H S L
Decimal 64 234 221 0.73 0 0.06 0.08 175.41 0.8 0.58
Hex 40 EA DD 49 0 6 8 AF 50 3A
Octal 100 352 335 111 0 6 10 257 120 72
Binary 1000000 11101010 11011101 1001001 0 110 1000 10101111 1010000 111010

Color Harmonies of #40EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EADD

Black with #40EADD

Text Example


Text Example

White with #40EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,234,221); }

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

background-color css

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

 a { background-color: rgb(64,234,221); }

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

border-color css

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

 span { border-color: rgb(64,234,221); }

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