Html Css Color HEX #11C9DB Dark Turquoise

📋 copy color: '#11C9DB'

red 17 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #11C9DB

Tints of Dark Turquoise #11C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 3.89%
G = 46%
B = 50.11%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11C9DB (or 0x11C9DB) is known color: Dark Turquoise. HEX triplet: 11, C9 and DB. RGB value is (17,201,219). Sum of RGB (Red+Green+Blue) = 17+201+219=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #11C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C9DB is #EE3624. Grayscale: #939393. Windows color (decimal): -15611429 or 14403857. OLE color: 14403857.

HSL color Cylindrical-coordinate representation of color #11C9DB: hue angle of 185.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C9DB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 201 219 -
CMYK 0.92 0.08 0 0.14
HSL 185.35º 0.86% 0.46% -
HSV(B) 185.35º 0.92% 0.86% -
XYZ 33.9 47.01 74.3 -
YUV 148.04 168.04 34.54 -
System Red Green Blue C M Y K H S L
Decimal 17 201 219 0.92 0.08 0 0.14 185.35 0.86 0.46
Hex 11 C9 DB 5C 8 0 E B9 56 2E
Octal 21 311 333 134 10 0 16 271 126 56
Binary 10001 11001001 11011011 1011100 1000 0 1110 10111001 1010110 101110

Color Harmonies of #11C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C9DB

Black with #11C9DB

Text Example


Text Example

White with #11C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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