Html Css Color HEX #11FDEC Aqua

📋 copy color: '#11FDEC'

red 17 ◦ green 253 ◦ blue 236

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

Shades of Aqua #11FDEC

Tints of Aqua #11FDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 3.36%
G = 50%
B = 46.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#11FDEC (or 0x11FDEC) is known color: Aqua. HEX triplet: 11, FD and EC. RGB value is (17,253,236). Sum of RGB (Red+Green+Blue) = 17+253+236=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #11FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FDEC is #EE0213. Grayscale: #B4B4B4. Windows color (decimal): -15598100 or 15531281. OLE color: 15531281.

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

Color convert

RGB 17 253 236 -
CMYK 0.93 0 0.07 0.01
HSL 175.68º 0.98% 0.53% -
HSV(B) 175.68º 0.93% 0.99% -
XYZ 50.5 76.43 91.45 -
YUV 180.5 159.31 11.38 -
System Red Green Blue C M Y K H S L
Decimal 17 253 236 0.93 0 0.07 0.01 175.68 0.98 0.53
Hex 11 FD EC 5D 0 7 1 B0 62 35
Octal 21 375 354 135 0 7 1 260 142 65
Binary 10001 11111101 11101100 1011101 0 111 1 10110000 1100010 110101

Color Harmonies of #11FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FDEC

Black with #11FDEC

Text Example


Text Example

White with #11FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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