Html Css Color HEX #11FADE Bright Turquoise

📋 copy color: '#11FADE'

red 17 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #11FADE

Tints of Bright Turquoise #11FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.12%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 3.48%
G = 51.12%
B = 45.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#11FADE (or 0x11FADE) is known color: Bright Turquoise. HEX triplet: 11, FA and DE. RGB value is (17,250,222). Sum of RGB (Red+Green+Blue) = 17+250+222=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #11FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FADE is #EE0521. Grayscale: #B1B1B1. Windows color (decimal): -15598882 or 14613009. OLE color: 14613009.

HSL color Cylindrical-coordinate representation of color #11FADE: hue angle of 172.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FADE is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 250 222 -
CMYK 0.93 0 0.11 0.02
HSL 172.79º 0.96% 0.52% -
HSV(B) 172.79º 0.93% 0.98% -
XYZ 47.6 73.76 80.84 -
YUV 177.14 153.31 13.78 -
System Red Green Blue C M Y K H S L
Decimal 17 250 222 0.93 0 0.11 0.02 172.79 0.96 0.52
Hex 11 FA DE 5D 0 B 2 AD 60 34
Octal 21 372 336 135 0 13 2 255 140 64
Binary 10001 11111010 11011110 1011101 0 1011 10 10101101 1100000 110100

Color Harmonies of #11FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FADE

Black with #11FADE

Text Example


Text Example

White with #11FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,250,222); }

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

background-color css

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

 a { background-color: rgb(17,250,222); }

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

border-color css

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

 span { border-color: rgb(17,250,222); }

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