Html Css Color HEX #11FAC4 Bright Turquoise

📋 copy color: '#11FAC4'

red 17 ◦ green 250 ◦ blue 196

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

Shades of Bright Turquoise #11FAC4

Tints of Bright Turquoise #11FAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.33%

R = 3.67%
G = 54%
B = 42.33%

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

#11FAC4 (or 0x11FAC4) is known color: Bright Turquoise. HEX triplet: 11, FA and C4. RGB value is (17,250,196). Sum of RGB (Red+Green+Blue) = 17+250+196=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #11FAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FAC4 is #EE053B. Grayscale: #AEAEAE. Windows color (decimal): -15598908 or 12909073. OLE color: 12909073.

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

Color convert

RGB 17 250 196 -
CMYK 0.93 0 0.22 0.02
HSL 166.09º 0.96% 0.52% -
HSV(B) 166.09º 0.93% 0.98% -
XYZ 44.38 72.48 63.87 -
YUV 174.18 140.31 15.89 -
System Red Green Blue C M Y K H S L
Decimal 17 250 196 0.93 0 0.22 0.02 166.09 0.96 0.52
Hex 11 FA C4 5D 0 16 2 A6 60 34
Octal 21 372 304 135 0 26 2 246 140 64
Binary 10001 11111010 11000100 1011101 0 10110 10 10100110 1100000 110100

Color Harmonies of #11FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FAC4

Black with #11FAC4

Text Example


Text Example

White with #11FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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