Html Css Color HEX #11CDD0 Dark Turquoise

📋 copy color: '#11CDD0'

red 17 ◦ green 205 ◦ blue 208

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

Shades of Dark Turquoise #11CDD0

Tints of Dark Turquoise #11CDD0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 3.95%
G = 47.67%
B = 48.37%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#11CDD0 (or 0x11CDD0) is known color: Dark Turquoise. HEX triplet: 11, CD and D0. RGB value is (17,205,208). Sum of RGB (Red+Green+Blue) = 17+205+208=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #11CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDD0 is #EE322F. Grayscale: #949494. Windows color (decimal): -15610416 or 13683985. OLE color: 13683985.

HSL color Cylindrical-coordinate representation of color #11CDD0: hue angle of 180.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDD0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 205 208 -
CMYK 0.92 0.01 0 0.18
HSL 180.94º 0.85% 0.44% -
HSV(B) 180.94º 0.92% 0.82% -
XYZ 33.45 48.34 67.24 -
YUV 149.13 161.22 33.76 -
System Red Green Blue C M Y K H S L
Decimal 17 205 208 0.92 0.01 0 0.18 180.94 0.85 0.44
Hex 11 CD D0 5C 1 0 12 B5 55 2C
Octal 21 315 320 134 1 0 22 265 125 54
Binary 10001 11001101 11010000 1011100 1 0 10010 10110101 1010101 101100

Color Harmonies of #11CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDD0

Black with #11CDD0

Text Example


Text Example

White with #11CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,205,208); }

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

background-color css

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

 a { background-color: rgb(17,205,208); }

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

border-color css

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

 span { border-color: rgb(17,205,208); }

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