Html Css Color HEX #11FFD8 Bright Turquoise

📋 copy color: '#11FFD8'

red 17 ◦ green 255 ◦ blue 216

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

Shades of Bright Turquoise #11FFD8

Tints of Bright Turquoise #11FFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 3.48%
G = 52.25%
B = 44.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#11FFD8 (or 0x11FFD8) is known color: Bright Turquoise. HEX triplet: 11, FF and D8. RGB value is (17,255,216). Sum of RGB (Red+Green+Blue) = 17+255+216=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFD8 is #EE0027. Grayscale: #B3B3B3. Windows color (decimal): -15597608 or 14221073. OLE color: 14221073.

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

Color convert

RGB 17 255 216 -
CMYK 0.93 0 0.15 0
HSL 170.17º 1% 0.53% -
HSV(B) 170.17º 0.93% 1% -
XYZ 48.39 76.6 77.2 -
YUV 179.39 148.65 12.17 -
System Red Green Blue C M Y K H S L
Decimal 17 255 216 0.93 0 0.15 0 170.17 1 0.53
Hex 11 FF D8 5D 0 F 0 AA 64 35
Octal 21 377 330 135 0 17 0 252 144 65
Binary 10001 11111111 11011000 1011101 0 1111 0 10101010 1100100 110101

Color Harmonies of #11FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFD8

Black with #11FFD8

Text Example


Text Example

White with #11FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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