Html Css Color HEX #11DDFB Bright Turquoise

📋 copy color: '#11DDFB'

red 17 ◦ green 221 ◦ blue 251

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

Shades of Bright Turquoise #11DDFB

Tints of Bright Turquoise #11DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 3.48%
G = 45.19%
B = 51.33%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11DDFB (or 0x11DDFB) is known color: Bright Turquoise. HEX triplet: 11, DD and FB. RGB value is (17,221,251). Sum of RGB (Red+Green+Blue) = 17+221+251=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #11DDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDFB is #EE2204. Grayscale: #A3A3A3. Windows color (decimal): -15606277 or 16506129. OLE color: 16506129.

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

Color convert

RGB 17 221 251 -
CMYK 0.93 0.12 0 0.02
HSL 187.69º 0.97% 0.53% -
HSV(B) 187.69º 0.93% 0.98% -
XYZ 43.5 58.8 100.32 -
YUV 163.42 177.41 23.56 -
System Red Green Blue C M Y K H S L
Decimal 17 221 251 0.93 0.12 0 0.02 187.69 0.97 0.53
Hex 11 DD FB 5D C 0 2 BC 61 35
Octal 21 335 373 135 14 0 2 274 141 65
Binary 10001 11011101 11111011 1011101 1100 0 10 10111100 1100001 110101

Color Harmonies of #11DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDFB

Black with #11DDFB

Text Example


Text Example

White with #11DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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