Html Css Color HEX #11F7C0 Bright Turquoise

📋 copy color: '#11F7C0'

red 17 ◦ green 247 ◦ blue 192

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

Shades of Bright Turquoise #11F7C0

Tints of Bright Turquoise #11F7C0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.17%

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 3.73%
G = 54.17%
B = 42.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#11F7C0 (or 0x11F7C0) is known color: Bright Turquoise. HEX triplet: 11, F7 and C0. RGB value is (17,247,192). Sum of RGB (Red+Green+Blue) = 17+247+192=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7C0 is #EE083F. Grayscale: #ABABAB. Windows color (decimal): -15599680 or 12646161. OLE color: 12646161.

HSL color Cylindrical-coordinate representation of color #11F7C0: hue angle of 165.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F7C0 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 247 192 -
CMYK 0.93 0 0.22 0.03
HSL 165.65º 0.93% 0.52% -
HSV(B) 165.65º 0.93% 0.97% -
XYZ 43.01 70.45 61.2 -
YUV 171.96 139.3 17.47 -
System Red Green Blue C M Y K H S L
Decimal 17 247 192 0.93 0 0.22 0.03 165.65 0.93 0.52
Hex 11 F7 C0 5D 0 16 3 A6 5D 34
Octal 21 367 300 135 0 26 3 246 135 64
Binary 10001 11110111 11000000 1011101 0 10110 11 10100110 1011101 110100

Color Harmonies of #11F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F7C0

Black with #11F7C0

Text Example


Text Example

White with #11F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,247,192); }

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

background-color css

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

 a { background-color: rgb(17,247,192); }

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

border-color css

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

 span { border-color: rgb(17,247,192); }

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