Html Css Color HEX #11D5EF Bright Turquoise

📋 copy color: '#11D5EF'

red 17 ◦ green 213 ◦ blue 239

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

Shades of Bright Turquoise #11D5EF

Tints of Bright Turquoise #11D5EF

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11D5EF (or 0x11D5EF) is known color: Bright Turquoise. HEX triplet: 11, D5 and EF. RGB value is (17,213,239). Sum of RGB (Red+Green+Blue) = 17+213+239=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #11D5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D5EF is #EE2A10. Grayscale: #9D9D9D. Windows color (decimal): -15608337 or 15717649. OLE color: 15717649.

HSL color Cylindrical-coordinate representation of color #11D5EF: hue angle of 187.03º 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 #11D5EF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 213 239 -
CMYK 0.93 0.11 0 0.06
HSL 187.03º 0.87% 0.5% -
HSV(B) 187.03º 0.93% 0.94% -
XYZ 39.61 53.94 89.99 -
YUV 157.36 174.07 27.89 -
System Red Green Blue C M Y K H S L
Decimal 17 213 239 0.93 0.11 0 0.06 187.03 0.87 0.5
Hex 11 D5 EF 5D B 0 6 BB 57 32
Octal 21 325 357 135 13 0 6 273 127 62
Binary 10001 11010101 11101111 1011101 1011 0 110 10111011 1010111 110010

Color Harmonies of #11D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D5EF

Black with #11D5EF

Text Example


Text Example

White with #11D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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