Html Css Color HEX #11FCDB Bright Turquoise

📋 copy color: '#11FCDB'

red 17 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #11FCDB

Tints of Bright Turquoise #11FCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 3.48%
G = 51.64%
B = 44.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#11FCDB (or 0x11FCDB) is known color: Bright Turquoise. HEX triplet: 11, FC and DB. RGB value is (17,252,219). Sum of RGB (Red+Green+Blue) = 17+252+219=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCDB is #EE0324. Grayscale: #B1B1B1. Windows color (decimal): -15598373 or 14416913. OLE color: 14416913.

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

Color convert

RGB 17 252 219 -
CMYK 0.93 0 0.13 0.01
HSL 171.57º 0.98% 0.53% -
HSV(B) 171.57º 0.93% 0.99% -
XYZ 47.83 74.85 78.95 -
YUV 177.97 151.14 13.18 -
System Red Green Blue C M Y K H S L
Decimal 17 252 219 0.93 0 0.13 0.01 171.57 0.98 0.53
Hex 11 FC DB 5D 0 D 1 AC 62 35
Octal 21 374 333 135 0 15 1 254 142 65
Binary 10001 11111100 11011011 1011101 0 1101 1 10101100 1100010 110101

Color Harmonies of #11FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCDB

Black with #11FCDB

Text Example


Text Example

White with #11FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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