Html Css Color HEX #11FFCE Bright Turquoise

📋 copy color: '#11FFCE'

red 17 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #11FFCE

Tints of Bright Turquoise #11FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 3.56%
G = 53.35%
B = 43.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#11FFCE (or 0x11FFCE) is known color: Bright Turquoise. HEX triplet: 11, FF and CE. RGB value is (17,255,206). Sum of RGB (Red+Green+Blue) = 17+255+206=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFCE is #EE0031. Grayscale: #B2B2B2. Windows color (decimal): -15597618 or 13565713. OLE color: 13565713.

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

Color convert

RGB 17 255 206 -
CMYK 0.93 0 0.19 0
HSL 167.65º 1% 0.53% -
HSV(B) 167.65º 0.93% 1% -
XYZ 47.13 76.1 70.6 -
YUV 178.25 143.65 12.98 -
System Red Green Blue C M Y K H S L
Decimal 17 255 206 0.93 0 0.19 0 167.65 1 0.53
Hex 11 FF CE 5D 0 13 0 A8 64 35
Octal 21 377 316 135 0 23 0 250 144 65
Binary 10001 11111111 11001110 1011101 0 10011 0 10101000 1100100 110101

Color Harmonies of #11FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFCE

Black with #11FFCE

Text Example


Text Example

White with #11FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,255,206); }

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

background-color css

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

 a { background-color: rgb(17,255,206); }

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

border-color css

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

 span { border-color: rgb(17,255,206); }

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