Html Css Color HEX #11FAC6 Bright Turquoise

📋 copy color: '#11FAC6'

red 17 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #11FAC6

Tints of Bright Turquoise #11FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 3.66%
G = 53.76%
B = 42.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#11FAC6 (or 0x11FAC6) is known color: Bright Turquoise. HEX triplet: 11, FA and C6. RGB value is (17,250,198). Sum of RGB (Red+Green+Blue) = 17+250+198=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC6 is #EE0539. Grayscale: #AEAEAE. Windows color (decimal): -15598906 or 13040145. OLE color: 13040145.

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

Color convert

RGB 17 250 198 -
CMYK 0.93 0 0.21 0.02
HSL 166.61º 0.96% 0.52% -
HSV(B) 166.61º 0.93% 0.98% -
XYZ 44.61 72.57 65.08 -
YUV 174.41 141.31 15.73 -
System Red Green Blue C M Y K H S L
Decimal 17 250 198 0.93 0 0.21 0.02 166.61 0.96 0.52
Hex 11 FA C6 5D 0 15 2 A7 60 34
Octal 21 372 306 135 0 25 2 247 140 64
Binary 10001 11111010 11000110 1011101 0 10101 10 10100111 1100000 110100

Color Harmonies of #11FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FAC6

Black with #11FAC6

Text Example


Text Example

White with #11FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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