Html Css Color HEX #11FBDB Bright Turquoise

📋 copy color: '#11FBDB'

red 17 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #11FBDB

Tints of Bright Turquoise #11FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.54%

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

R = 3.49%
G = 51.54%
B = 44.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#11FBDB (or 0x11FBDB) is known color: Bright Turquoise. HEX triplet: 11, FB and DB. RGB value is (17,251,219). Sum of RGB (Red+Green+Blue) = 17+251+219=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBDB is #EE0424. Grayscale: #B1B1B1. Windows color (decimal): -15598629 or 14416657. OLE color: 14416657.

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

Color convert

RGB 17 251 219 -
CMYK 0.93 0 0.13 0.02
HSL 171.79º 0.97% 0.53% -
HSV(B) 171.79º 0.93% 0.98% -
XYZ 47.51 74.23 78.84 -
YUV 177.39 151.48 13.6 -
System Red Green Blue C M Y K H S L
Decimal 17 251 219 0.93 0 0.13 0.02 171.79 0.97 0.53
Hex 11 FB DB 5D 0 D 2 AC 61 35
Octal 21 373 333 135 0 15 2 254 141 65
Binary 10001 11111011 11011011 1011101 0 1101 10 10101100 1100001 110101

Color Harmonies of #11FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FBDB

Black with #11FBDB

Text Example


Text Example

White with #11FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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