Html Css Color HEX #11EBDA Bright Turquoise

📋 copy color: '#11EBDA'

red 17 ◦ green 235 ◦ blue 218

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

Shades of Bright Turquoise #11EBDA

Tints of Bright Turquoise #11EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50%

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

R = 3.62%
G = 50%
B = 46.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#11EBDA (or 0x11EBDA) is known color: Bright Turquoise. HEX triplet: 11, EB and DA. RGB value is (17,235,218). Sum of RGB (Red+Green+Blue) = 17+235+218=470 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBDA is #EE1425. Grayscale: #A7A7A7. Windows color (decimal): -15602726 or 14347025. OLE color: 14347025.

HSL color Cylindrical-coordinate representation of color #11EBDA: hue angle of 175.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EBDA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 235 218 -
CMYK 0.93 0 0.07 0.08
HSL 175.32º 0.87% 0.49% -
HSV(B) 175.32º 0.93% 0.92% -
XYZ 42.59 64.6 76.55 -
YUV 167.88 156.28 20.38 -
System Red Green Blue C M Y K H S L
Decimal 17 235 218 0.93 0 0.07 0.08 175.32 0.87 0.49
Hex 11 EB DA 5D 0 7 8 AF 57 31
Octal 21 353 332 135 0 7 10 257 127 61
Binary 10001 11101011 11011010 1011101 0 111 1000 10101111 1010111 110001

Color Harmonies of #11EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EBDA

Black with #11EBDA

Text Example


Text Example

White with #11EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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