Html Css Color HEX #11FFCB Bright Turquoise

📋 copy color: '#11FFCB'

red 17 ◦ green 255 ◦ blue 203

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

Shades of Bright Turquoise #11FFCB

Tints of Bright Turquoise #11FFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 3.58%
G = 53.68%
B = 42.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#11FFCB (or 0x11FFCB) is known color: Bright Turquoise. HEX triplet: 11, FF and CB. RGB value is (17,255,203). Sum of RGB (Red+Green+Blue) = 17+255+203=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFCB is #EE0034. Grayscale: #B1B1B1. Windows color (decimal): -15597621 or 13369105. OLE color: 13369105.

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

Color convert

RGB 17 255 203 -
CMYK 0.93 0 0.20 0
HSL 166.89º 1% 0.53% -
HSV(B) 166.89º 0.93% 1% -
XYZ 46.77 75.95 68.69 -
YUV 177.91 142.15 13.23 -
System Red Green Blue C M Y K H S L
Decimal 17 255 203 0.93 0 0.20 0 166.89 1 0.53
Hex 11 FF CB 5D 0 14 0 A7 64 35
Octal 21 377 313 135 0 24 0 247 144 65
Binary 10001 11111111 11001011 1011101 0 10100 0 10100111 1100100 110101

Color Harmonies of #11FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FFCB

Black with #11FFCB

Text Example


Text Example

White with #11FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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