Html Css Color HEX #11FFD6 Bright Turquoise

📋 copy color: '#11FFD6'

red 17 ◦ green 255 ◦ blue 214

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

Shades of Bright Turquoise #11FFD6

Tints of Bright Turquoise #11FFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 3.5%
G = 52.47%
B = 44.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#11FFD6 (or 0x11FFD6) is known color: Bright Turquoise. HEX triplet: 11, FF and D6. RGB value is (17,255,214). Sum of RGB (Red+Green+Blue) = 17+255+214=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFD6 is #EE0029. Grayscale: #B3B3B3. Windows color (decimal): -15597610 or 14090001. OLE color: 14090001.

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

Color convert

RGB 17 255 214 -
CMYK 0.93 0 0.16 0
HSL 169.66º 1% 0.53% -
HSV(B) 169.66º 0.93% 1% -
XYZ 48.13 76.49 75.85 -
YUV 179.16 147.65 12.33 -
System Red Green Blue C M Y K H S L
Decimal 17 255 214 0.93 0 0.16 0 169.66 1 0.53
Hex 11 FF D6 5D 0 10 0 AA 64 35
Octal 21 377 326 135 0 20 0 252 144 65
Binary 10001 11111111 11010110 1011101 0 10000 0 10101010 1100100 110101

Color Harmonies of #11FFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFD6

Black with #11FFD6

Text Example


Text Example

White with #11FFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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