Html Css Color HEX #11C7D8 Dark Turquoise

📋 copy color: '#11C7D8'

red 17 ◦ green 199 ◦ blue 216

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

Shades of Dark Turquoise #11C7D8

Tints of Dark Turquoise #11C7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

 BLUE value IS 216 (84.77% from 255) = 50%

R = 3.94%
G = 46.06%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11C7D8 (or 0x11C7D8) is known color: Dark Turquoise. HEX triplet: 11, C7 and D8. RGB value is (17,199,216). Sum of RGB (Red+Green+Blue) = 17+199+216=432 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #11C7D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C7D8 is #EE3827. Grayscale: #929292. Windows color (decimal): -15611944 or 14206737. OLE color: 14206737.

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

Color convert

RGB 17 199 216 -
CMYK 0.92 0.08 0 0.15
HSL 185.13º 0.85% 0.46% -
HSV(B) 185.13º 0.92% 0.85% -
XYZ 33.05 45.92 72.09 -
YUV 146.52 167.2 35.62 -
System Red Green Blue C M Y K H S L
Decimal 17 199 216 0.92 0.08 0 0.15 185.13 0.85 0.46
Hex 11 C7 D8 5C 8 0 F B9 55 2E
Octal 21 307 330 134 10 0 17 271 125 56
Binary 10001 11000111 11011000 1011100 1000 0 1111 10111001 1010101 101110

Color Harmonies of #11C7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C7D8

Black with #11C7D8

Text Example


Text Example

White with #11C7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,199,216); }

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

background-color css

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

 a { background-color: rgb(17,199,216); }

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

border-color css

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

 span { border-color: rgb(17,199,216); }

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