Html Css Color HEX #11FDF1 Aqua

📋 copy color: '#11FDF1'

red 17 ◦ green 253 ◦ blue 241

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

Shades of Aqua #11FDF1

Tints of Aqua #11FDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.51%

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 3.33%
G = 49.51%
B = 47.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#11FDF1 (or 0x11FDF1) is known color: Aqua. HEX triplet: 11, FD and F1. RGB value is (17,253,241). Sum of RGB (Red+Green+Blue) = 17+253+241=511 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.33% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDF1 is #EE020E. Grayscale: #B4B4B4. Windows color (decimal): -15598095 or 15858961. OLE color: 15858961.

HSL color Cylindrical-coordinate representation of color #11FDF1: hue angle of 176.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FDF1 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 253 241 -
CMYK 0.93 0 0.05 0.01
HSL 176.95º 0.98% 0.53% -
HSV(B) 176.95º 0.93% 0.99% -
XYZ 51.23 76.72 95.33 -
YUV 181.07 161.81 10.98 -
System Red Green Blue C M Y K H S L
Decimal 17 253 241 0.93 0 0.05 0.01 176.95 0.98 0.53
Hex 11 FD F1 5D 0 5 1 B1 62 35
Octal 21 375 361 135 0 5 1 261 142 65
Binary 10001 11111101 11110001 1011101 0 101 1 10110001 1100010 110101

Color Harmonies of #11FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FDF1

Black with #11FDF1

Text Example


Text Example

White with #11FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,253,241); }

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

background-color css

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

 a { background-color: rgb(17,253,241); }

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

border-color css

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

 span { border-color: rgb(17,253,241); }

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