Html Css Color HEX #11DDEC Bright Turquoise

📋 copy color: '#11DDEC'

red 17 ◦ green 221 ◦ blue 236

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

Shades of Bright Turquoise #11DDEC

Tints of Bright Turquoise #11DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 3.59%
G = 46.62%
B = 49.79%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11DDEC (or 0x11DDEC) is known color: Bright Turquoise. HEX triplet: 11, DD and EC. RGB value is (17,221,236). Sum of RGB (Red+Green+Blue) = 17+221+236=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #11DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDEC is #EE2213. Grayscale: #A1A1A1. Windows color (decimal): -15606292 or 15523089. OLE color: 15523089.

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

Color convert

RGB 17 221 236 -
CMYK 0.93 0.06 0 0.07
HSL 184.11º 0.87% 0.5% -
HSV(B) 184.11º 0.93% 0.93% -
XYZ 41.23 57.89 88.36 -
YUV 161.71 169.91 24.78 -
System Red Green Blue C M Y K H S L
Decimal 17 221 236 0.93 0.06 0 0.07 184.11 0.87 0.5
Hex 11 DD EC 5D 6 0 7 B8 57 32
Octal 21 335 354 135 6 0 7 270 127 62
Binary 10001 11011101 11101100 1011101 110 0 111 10111000 1010111 110010

Color Harmonies of #11DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDEC

Black with #11DDEC

Text Example


Text Example

White with #11DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,236); }

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

background-color css

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

 a { background-color: rgb(17,221,236); }

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

border-color css

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

 span { border-color: rgb(17,221,236); }

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