Html Css Color HEX #11D5DD Dark Turquoise

📋 copy color: '#11D5DD'

red 17 ◦ green 213 ◦ blue 221

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

Shades of Dark Turquoise #11D5DD

Tints of Dark Turquoise #11D5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 3.77%
G = 47.23%
B = 49%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11D5DD (or 0x11D5DD) is known color: Dark Turquoise. HEX triplet: 11, D5 and DD. RGB value is (17,213,221). Sum of RGB (Red+Green+Blue) = 17+213+221=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #11D5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D5DD is #EE2A22. Grayscale: #9B9B9B. Windows color (decimal): -15608355 or 14538001. OLE color: 14538001.

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

Color convert

RGB 17 213 221 -
CMYK 0.92 0.04 0 0.13
HSL 182.35º 0.86% 0.47% -
HSV(B) 182.35º 0.92% 0.87% -
XYZ 37.08 52.93 76.67 -
YUV 155.31 165.07 29.35 -
System Red Green Blue C M Y K H S L
Decimal 17 213 221 0.92 0.04 0 0.13 182.35 0.86 0.47
Hex 11 D5 DD 5C 4 0 D B6 56 2F
Octal 21 325 335 134 4 0 15 266 126 57
Binary 10001 11010101 11011101 1011100 100 0 1101 10110110 1010110 101111

Color Harmonies of #11D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D5DD

Black with #11D5DD

Text Example


Text Example

White with #11D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,213,221); }

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

background-color css

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

 a { background-color: rgb(17,213,221); }

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

border-color css

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

 span { border-color: rgb(17,213,221); }

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