Html Css Color HEX #11FADB Bright Turquoise

📋 copy color: '#11FADB'

red 17 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #11FADB

Tints of Bright Turquoise #11FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.44%

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

R = 3.5%
G = 51.44%
B = 45.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#11FADB (or 0x11FADB) is known color: Bright Turquoise. HEX triplet: 11, FA and DB. RGB value is (17,250,219). Sum of RGB (Red+Green+Blue) = 17+250+219=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #11FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FADB is #EE0524. Grayscale: #B0B0B0. Windows color (decimal): -15598885 or 14416401. OLE color: 14416401.

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

Color convert

RGB 17 250 219 -
CMYK 0.93 0 0.12 0.02
HSL 172.02º 0.96% 0.52% -
HSV(B) 172.02º 0.93% 0.98% -
XYZ 47.2 73.6 78.74 -
YUV 176.8 151.81 14.02 -
System Red Green Blue C M Y K H S L
Decimal 17 250 219 0.93 0 0.12 0.02 172.02 0.96 0.52
Hex 11 FA DB 5D 0 C 2 AC 60 34
Octal 21 372 333 135 0 14 2 254 140 64
Binary 10001 11111010 11011011 1011101 0 1100 10 10101100 1100000 110100

Color Harmonies of #11FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FADB

Black with #11FADB

Text Example


Text Example

White with #11FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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