Html Css Color HEX #11C4DF Dark Turquoise

📋 copy color: '#11C4DF'

red 17 ◦ green 196 ◦ blue 223

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

Shades of Dark Turquoise #11C4DF

Tints of Dark Turquoise #11C4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 3.9%
G = 44.95%
B = 51.15%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11C4DF (or 0x11C4DF) is known color: Dark Turquoise. HEX triplet: 11, C4 and DF. RGB value is (17,196,223). Sum of RGB (Red+Green+Blue) = 17+196+223=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #11C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C4DF is #EE3B20. Grayscale: #919191. Windows color (decimal): -15612705 or 14664721. OLE color: 14664721.

HSL color Cylindrical-coordinate representation of color #11C4DF: hue angle of 187.86º 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 #11C4DF is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 196 223 -
CMYK 0.92 0.12 0 0.13
HSL 187.86º 0.86% 0.47% -
HSV(B) 187.86º 0.92% 0.87% -
XYZ 33.29 44.93 76.73 -
YUV 145.56 171.7 36.3 -
System Red Green Blue C M Y K H S L
Decimal 17 196 223 0.92 0.12 0 0.13 187.86 0.86 0.47
Hex 11 C4 DF 5C C 0 D BC 56 2F
Octal 21 304 337 134 14 0 15 274 126 57
Binary 10001 11000100 11011111 1011100 1100 0 1101 10111100 1010110 101111

Color Harmonies of #11C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C4DF

Black with #11C4DF

Text Example


Text Example

White with #11C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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