Html Css Color HEX #11FCEC Bright Turquoise

📋 copy color: '#11FCEC'

red 17 ◦ green 252 ◦ blue 236

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

Shades of Bright Turquoise #11FCEC

Tints of Bright Turquoise #11FCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.9%

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

R = 3.37%
G = 49.9%
B = 46.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#11FCEC (or 0x11FCEC) is known color: Bright Turquoise. HEX triplet: 11, FC and EC. RGB value is (17,252,236). Sum of RGB (Red+Green+Blue) = 17+252+236=505 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.37% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FCEC is #EE0313. Grayscale: #B3B3B3. Windows color (decimal): -15598356 or 15531025. OLE color: 15531025.

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

Color convert

RGB 17 252 236 -
CMYK 0.93 0 0.06 0.01
HSL 175.91º 0.98% 0.53% -
HSV(B) 175.91º 0.93% 0.99% -
XYZ 50.18 75.8 91.34 -
YUV 179.91 159.64 11.8 -
System Red Green Blue C M Y K H S L
Decimal 17 252 236 0.93 0 0.06 0.01 175.91 0.98 0.53
Hex 11 FC EC 5D 0 6 1 B0 62 35
Octal 21 374 354 135 0 6 1 260 142 65
Binary 10001 11111100 11101100 1011101 0 110 1 10110000 1100010 110101

Color Harmonies of #11FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCEC

Black with #11FCEC

Text Example


Text Example

White with #11FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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