Html Css Color HEX #11DBF1 Bright Turquoise

📋 copy color: '#11DBF1'

red 17 ◦ green 219 ◦ blue 241

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

Shades of Bright Turquoise #11DBF1

Tints of Bright Turquoise #11DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 3.56%
G = 45.91%
B = 50.52%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11DBF1 (or 0x11DBF1) is known color: Bright Turquoise. HEX triplet: 11, DB and F1. RGB value is (17,219,241). Sum of RGB (Red+Green+Blue) = 17+219+241=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #11DBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBF1 is #EE240E. Grayscale: #A0A0A0. Windows color (decimal): -15606799 or 15850257. OLE color: 15850257.

HSL color Cylindrical-coordinate representation of color #11DBF1: hue angle of 185.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBF1 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 219 241 -
CMYK 0.93 0.09 0 0.05
HSL 185.89º 0.89% 0.51% -
HSV(B) 185.89º 0.93% 0.95% -
XYZ 41.44 57.13 92.06 -
YUV 161.11 173.08 25.21 -
System Red Green Blue C M Y K H S L
Decimal 17 219 241 0.93 0.09 0 0.05 185.89 0.89 0.51
Hex 11 DB F1 5D 9 0 5 BA 59 33
Octal 21 333 361 135 11 0 5 272 131 63
Binary 10001 11011011 11110001 1011101 1001 0 101 10111010 1011001 110011

Color Harmonies of #11DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBF1

Black with #11DBF1

Text Example


Text Example

White with #11DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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