Html Css Color HEX #11FFDC Bright Turquoise

📋 copy color: '#11FFDC'

red 17 ◦ green 255 ◦ blue 220

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

Shades of Bright Turquoise #11FFDC

Tints of Bright Turquoise #11FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 3.46%
G = 51.83%
B = 44.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#11FFDC (or 0x11FFDC) is known color: Bright Turquoise. HEX triplet: 11, FF and DC. RGB value is (17,255,220). Sum of RGB (Red+Green+Blue) = 17+255+220=492 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFDC is #EE0023. Grayscale: #B3B3B3. Windows color (decimal): -15597604 or 14483217. OLE color: 14483217.

HSL color Cylindrical-coordinate representation of color #11FFDC: hue angle of 171.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFDC is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 17 255 220 -
CMYK 0.93 0 0.14 0
HSL 171.18º 1% 0.53% -
HSV(B) 171.18º 0.93% 1% -
XYZ 48.91 76.81 79.96 -
YUV 179.85 150.65 11.85 -
System Red Green Blue C M Y K H S L
Decimal 17 255 220 0.93 0 0.14 0 171.18 1 0.53
Hex 11 FF DC 5D 0 E 0 AB 64 35
Octal 21 377 334 135 0 16 0 253 144 65
Binary 10001 11111111 11011100 1011101 0 1110 0 10101011 1100100 110101

Color Harmonies of #11FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFDC

Black with #11FFDC

Text Example


Text Example

White with #11FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,255,220); }

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

background-color css

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

 a { background-color: rgb(17,255,220); }

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

border-color css

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

 span { border-color: rgb(17,255,220); }

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