Html Css Color HEX #11FCCE Bright Turquoise

📋 copy color: '#11FCCE'

red 17 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #11FCCE

Tints of Bright Turquoise #11FCCE

RGB

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

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

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

R = 3.58%
G = 53.05%
B = 43.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#11FCCE (or 0x11FCCE) is known color: Bright Turquoise. HEX triplet: 11, FC and CE. RGB value is (17,252,206). Sum of RGB (Red+Green+Blue) = 17+252+206=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCCE is #EE0331. Grayscale: #B0B0B0. Windows color (decimal): -15598386 or 13564945. OLE color: 13564945.

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

Color convert

RGB 17 252 206 -
CMYK 0.93 0 0.18 0.01
HSL 168.26º 0.98% 0.53% -
HSV(B) 168.26º 0.93% 0.99% -
XYZ 46.18 74.2 70.28 -
YUV 176.49 144.64 14.24 -
System Red Green Blue C M Y K H S L
Decimal 17 252 206 0.93 0 0.18 0.01 168.26 0.98 0.53
Hex 11 FC CE 5D 0 12 1 A8 62 35
Octal 21 374 316 135 0 22 1 250 142 65
Binary 10001 11111100 11001110 1011101 0 10010 1 10101000 1100010 110101

Color Harmonies of #11FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCCE

Black with #11FCCE

Text Example


Text Example

White with #11FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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