#17CDDB

Color #17CDDB Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #17CDDB

Tints of Dark Turquoise #17CDDB

Color information

#17CDDB (or 0x17CDDB) is unknown color: approx Dark Turquoise. HEX triplet: 17, CD and DB. RGB value is (23,205,219). Sum of RGB (Red+Green+Blue) = 23+205+219=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDDB is #E83224. Grayscale: #979797. Windows color (decimal): -15217189 or 14404887. OLE color: 14404887.

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

Color convert

RGB23205219-
CMYK0.890.0600.14
HSL184.29º80.99%47.45%-
HSV(B)184.29º89.5%85.88%-
XYZ34.9748.9674.62-
YUV152.18165.735.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.15%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=5.15%
G=45.86%
B=48.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal232052190.890.0600.14184.2980.9947.45
Hex17CDDB5960Eb8512f
Octal27315333131601627012157
Binary101111100110111011011101100111001110101110001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #17CDDB;
 }
 .AnyTagClassName
 {
   color: #17CDDB;
 }
</style>
background-color css

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

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

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

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

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

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