Html Css Color HEX #11CDDB Dark Turquoise

📋 copy color: '#11CDDB'

red 17 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #11CDDB

Tints of Dark Turquoise #11CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 3.85%
G = 46.49%
B = 49.66%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11CDDB (or 0x11CDDB) is known color: Dark Turquoise. HEX triplet: 11, CD and DB. RGB value is (17,205,219). Sum of RGB (Red+Green+Blue) = 17+205+219=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #11CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDDB is #EE3224. Grayscale: #969696. Windows color (decimal): -15610405 or 14404881. OLE color: 14404881.

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

Color convert

RGB 17 205 219 -
CMYK 0.92 0.06 0 0.14
HSL 184.16º 0.86% 0.46% -
HSV(B) 184.16º 0.92% 0.86% -
XYZ 34.85 48.9 74.62 -
YUV 150.38 166.72 32.86 -
System Red Green Blue C M Y K H S L
Decimal 17 205 219 0.92 0.06 0 0.14 184.16 0.86 0.46
Hex 11 CD DB 5C 6 0 E B8 56 2E
Octal 21 315 333 134 6 0 16 270 126 56
Binary 10001 11001101 11011011 1011100 110 0 1110 10111000 1010110 101110

Color Harmonies of #11CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDDB

Black with #11CDDB

Text Example


Text Example

White with #11CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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