Html Css Color HEX #11FEE0 Bright Turquoise

📋 copy color: '#11FEE0'

red 17 ◦ green 254 ◦ blue 224

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

Shades of Bright Turquoise #11FEE0

Tints of Bright Turquoise #11FEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.31%

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 3.43%
G = 51.31%
B = 45.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#11FEE0 (or 0x11FEE0) is known color: Bright Turquoise. HEX triplet: 11, FE and E0. RGB value is (17,254,224). Sum of RGB (Red+Green+Blue) = 17+254+224=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEE0 is #EE011F. Grayscale: #B3B3B3. Windows color (decimal): -15597856 or 14745105. OLE color: 14745105.

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

Color convert

RGB 17 254 224 -
CMYK 0.93 0 0.12 0.00
HSL 172.41º 0.99% 0.53% -
HSV(B) 172.41º 0.93% 1% -
XYZ 49.13 76.38 82.68 -
YUV 179.72 152.98 11.94 -
System Red Green Blue C M Y K H S L
Decimal 17 254 224 0.93 0 0.12 0.00 172.41 0.99 0.53
Hex 11 FE E0 5D 0 C 0 AC 63 35
Octal 21 376 340 135 0 14 0 254 143 65
Binary 10001 11111110 11100000 1011101 0 1100 0 10101100 1100011 110101

Color Harmonies of #11FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FEE0

Black with #11FEE0

Text Example


Text Example

White with #11FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,254,224); }

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

background-color css

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

 a { background-color: rgb(17,254,224); }

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

border-color css

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

 span { border-color: rgb(17,254,224); }

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