Html Css Color HEX #11F6D3 Bright Turquoise

📋 copy color: '#11F6D3'

red 17 ◦ green 246 ◦ blue 211

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

Shades of Bright Turquoise #11F6D3

Tints of Bright Turquoise #11F6D3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.9%

 BLUE value IS 211 (82.81% from 255) = 44.51%

R = 3.59%
G = 51.9%
B = 44.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#11F6D3 (or 0x11F6D3) is known color: Bright Turquoise. HEX triplet: 11, F6 and D3. RGB value is (17,246,211). Sum of RGB (Red+Green+Blue) = 17+246+211=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #11F6D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F6D3 is #EE092C. Grayscale: #ADADAD. Windows color (decimal): -15599917 or 13891089. OLE color: 13891089.

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

Color convert

RGB 17 246 211 -
CMYK 0.93 0 0.14 0.04
HSL 170.83º 0.93% 0.52% -
HSV(B) 170.83º 0.93% 0.96% -
XYZ 44.94 70.73 72.91 -
YUV 173.54 149.13 16.35 -
System Red Green Blue C M Y K H S L
Decimal 17 246 211 0.93 0 0.14 0.04 170.83 0.93 0.52
Hex 11 F6 D3 5D 0 E 4 AB 5D 34
Octal 21 366 323 135 0 16 4 253 135 64
Binary 10001 11110110 11010011 1011101 0 1110 100 10101011 1011101 110100

Color Harmonies of #11F6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F6D3

Black with #11F6D3

Text Example


Text Example

White with #11F6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,246,211); }

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

background-color css

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

 a { background-color: rgb(17,246,211); }

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

border-color css

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

 span { border-color: rgb(17,246,211); }

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