Html Css Color HEX #11DBEC Bright Turquoise

📋 copy color: '#11DBEC'

red 17 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #11DBEC

Tints of Bright Turquoise #11DBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 3.6%
G = 46.4%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11DBEC (or 0x11DBEC) is known color: Bright Turquoise. HEX triplet: 11, DB and EC. RGB value is (17,219,236). Sum of RGB (Red+Green+Blue) = 17+219+236=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #11DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBEC is #EE2413. Grayscale: #A0A0A0. Windows color (decimal): -15606804 or 15522577. OLE color: 15522577.

HSL color Cylindrical-coordinate representation of color #11DBEC: hue angle of 184.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DBEC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 219 236 -
CMYK 0.93 0.07 0 0.07
HSL 184.66º 0.87% 0.5% -
HSV(B) 184.66º 0.93% 0.93% -
XYZ 40.7 56.84 88.18 -
YUV 160.54 170.58 25.62 -
System Red Green Blue C M Y K H S L
Decimal 17 219 236 0.93 0.07 0 0.07 184.66 0.87 0.5
Hex 11 DB EC 5D 7 0 7 B9 57 32
Octal 21 333 354 135 7 0 7 271 127 62
Binary 10001 11011011 11101100 1011101 111 0 111 10111001 1010111 110010

Color Harmonies of #11DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBEC

Black with #11DBEC

Text Example


Text Example

White with #11DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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