Html Css Color HEX #11E5DA Bright Turquoise

📋 copy color: '#11E5DA'

red 17 ◦ green 229 ◦ blue 218

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

Shades of Bright Turquoise #11E5DA

Tints of Bright Turquoise #11E5DA

RGB

 RED value IS 17 (7.03% from 255) = 3.66%

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 3.66%
G = 49.35%
B = 46.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#11E5DA (or 0x11E5DA) is known color: Bright Turquoise. HEX triplet: 11, E5 and DA. RGB value is (17,229,218). Sum of RGB (Red+Green+Blue) = 17+229+218=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5DA is #EE1A25. Grayscale: #A4A4A4. Windows color (decimal): -15604262 or 14345489. OLE color: 14345489.

HSL color Cylindrical-coordinate representation of color #11E5DA: hue angle of 176.89º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5DA is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 229 218 -
CMYK 0.93 0 0.05 0.10
HSL 176.89º 0.86% 0.48% -
HSV(B) 176.89º 0.93% 0.9% -
XYZ 40.91 61.22 75.99 -
YUV 164.36 158.26 22.89 -
System Red Green Blue C M Y K H S L
Decimal 17 229 218 0.93 0 0.05 0.10 176.89 0.86 0.48
Hex 11 E5 DA 5D 0 5 A B1 56 30
Octal 21 345 332 135 0 5 12 261 126 60
Binary 10001 11100101 11011010 1011101 0 101 1010 10110001 1010110 110000

Color Harmonies of #11E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E5DA

Black with #11E5DA

Text Example


Text Example

White with #11E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11E5DA; }

 p { color: rgb(17,229,218); }

 H1.HeaderClassName
 {
   color: #11E5DA;
 }
 .AnyTagClassName
 {
   color: #11E5DA;
 }
</style>

background-color css

<style>
 a { background-color: #11E5DA; }

 a { background-color: rgb(17,229,218); }

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

border-color css

<style>
 span { border-color: #11E5DA; }

 span { border-color: rgb(17,229,218); }

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