Html Css Color HEX #11FABF Bright Turquoise

📋 copy color: '#11FABF'

red 17 ◦ green 250 ◦ blue 191

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

Shades of Bright Turquoise #11FABF

Tints of Bright Turquoise #11FABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 3.71%
G = 54.59%
B = 41.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#11FABF (or 0x11FABF) is known color: Bright Turquoise. HEX triplet: 11, FA and BF. RGB value is (17,250,191). Sum of RGB (Red+Green+Blue) = 17+250+191=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #11FABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FABF is #EE0540. Grayscale: #ADADAD. Windows color (decimal): -15598913 or 12581393. OLE color: 12581393.

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

Color convert

RGB 17 250 191 -
CMYK 0.93 0 0.24 0.02
HSL 164.81º 0.96% 0.52% -
HSV(B) 164.81º 0.93% 0.98% -
XYZ 43.82 72.25 60.93 -
YUV 173.61 137.81 16.3 -
System Red Green Blue C M Y K H S L
Decimal 17 250 191 0.93 0 0.24 0.02 164.81 0.96 0.52
Hex 11 FA BF 5D 0 18 2 A5 60 34
Octal 21 372 277 135 0 30 2 245 140 64
Binary 10001 11111010 10111111 1011101 0 11000 10 10100101 1100000 110100

Color Harmonies of #11FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FABF

Black with #11FABF

Text Example


Text Example

White with #11FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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