Html Css Color HEX #11EFD5 Bright Turquoise

📋 copy color: '#11EFD5'

red 17 ◦ green 239 ◦ blue 213

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

Shades of Bright Turquoise #11EFD5

Tints of Bright Turquoise #11EFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.96%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 3.62%
G = 50.96%
B = 45.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#11EFD5 (or 0x11EFD5) is known color: Bright Turquoise. HEX triplet: 11, EF and D5. RGB value is (17,239,213). Sum of RGB (Red+Green+Blue) = 17+239+213=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFD5 is #EE102A. Grayscale: #A9A9A9. Windows color (decimal): -15601707 or 14020369. OLE color: 14020369.

HSL color Cylindrical-coordinate representation of color #11EFD5: hue angle of 172.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFD5 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 239 213 -
CMYK 0.93 0 0.11 0.06
HSL 172.97º 0.87% 0.5% -
HSV(B) 172.97º 0.93% 0.94% -
XYZ 43.11 66.66 73.54 -
YUV 169.66 152.45 19.11 -
System Red Green Blue C M Y K H S L
Decimal 17 239 213 0.93 0 0.11 0.06 172.97 0.87 0.5
Hex 11 EF D5 5D 0 B 6 AD 57 32
Octal 21 357 325 135 0 13 6 255 127 62
Binary 10001 11101111 11010101 1011101 0 1011 110 10101101 1010111 110010

Color Harmonies of #11EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFD5

Black with #11EFD5

Text Example


Text Example

White with #11EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,239,213); }

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

background-color css

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

 a { background-color: rgb(17,239,213); }

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

border-color css

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

 span { border-color: rgb(17,239,213); }

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