Html Css Color HEX #11FAC3 Bright Turquoise

📋 copy color: '#11FAC3'

red 17 ◦ green 250 ◦ blue 195

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

Shades of Bright Turquoise #11FAC3

Tints of Bright Turquoise #11FAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 3.68%
G = 54.11%
B = 42.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#11FAC3 (or 0x11FAC3) is known color: Bright Turquoise. HEX triplet: 11, FA and C3. RGB value is (17,250,195). Sum of RGB (Red+Green+Blue) = 17+250+195=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC3 is #EE053C. Grayscale: #AEAEAE. Windows color (decimal): -15598909 or 12843537. OLE color: 12843537.

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

Color convert

RGB 17 250 195 -
CMYK 0.93 0 0.22 0.02
HSL 165.84º 0.96% 0.52% -
HSV(B) 165.84º 0.93% 0.98% -
XYZ 44.27 72.43 63.28 -
YUV 174.06 139.81 15.97 -
System Red Green Blue C M Y K H S L
Decimal 17 250 195 0.93 0 0.22 0.02 165.84 0.96 0.52
Hex 11 FA C3 5D 0 16 2 A6 60 34
Octal 21 372 303 135 0 26 2 246 140 64
Binary 10001 11111010 11000011 1011101 0 10110 10 10100110 1100000 110100

Color Harmonies of #11FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FAC3

Black with #11FAC3

Text Example


Text Example

White with #11FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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