Html Css Color HEX #11C6DF Dark Turquoise

📋 copy color: '#11C6DF'

red 17 ◦ green 198 ◦ blue 223

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

Shades of Dark Turquoise #11C6DF

Tints of Dark Turquoise #11C6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 3.88%
G = 45.21%
B = 50.91%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11C6DF (or 0x11C6DF) is known color: Dark Turquoise. HEX triplet: 11, C6 and DF. RGB value is (17,198,223). Sum of RGB (Red+Green+Blue) = 17+198+223=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #11C6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C6DF is #EE3920. Grayscale: #929292. Windows color (decimal): -15612193 or 14665233. OLE color: 14665233.

HSL color Cylindrical-coordinate representation of color #11C6DF: hue angle of 187.28º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C6DF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 198 223 -
CMYK 0.92 0.11 0 0.13
HSL 187.28º 0.86% 0.47% -
HSV(B) 187.28º 0.92% 0.87% -
XYZ 33.74 45.84 76.88 -
YUV 146.73 171.03 35.47 -
System Red Green Blue C M Y K H S L
Decimal 17 198 223 0.92 0.11 0 0.13 187.28 0.86 0.47
Hex 11 C6 DF 5C B 0 D BB 56 2F
Octal 21 306 337 134 13 0 15 273 126 57
Binary 10001 11000110 11011111 1011100 1011 0 1101 10111011 1010110 101111

Color Harmonies of #11C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C6DF

Black with #11C6DF

Text Example


Text Example

White with #11C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,198,223); }

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

background-color css

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

 a { background-color: rgb(17,198,223); }

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

border-color css

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

 span { border-color: rgb(17,198,223); }

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