#17CFD8

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

Shades of Dark Turquoise #17CFD8

Tints of Dark Turquoise #17CFD8

Color information

#17CFD8 (or 0x17CFD8) is unknown color: approx Dark Turquoise. HEX triplet: 17, CF and D8. RGB value is (23,207,216). Sum of RGB (Red+Green+Blue) = 23+207+216=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #17CFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFD8 is #E83027. Grayscale: #989898. Windows color (decimal): -15216680 or 14208791. OLE color: 14208791.

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

Color convert

RGB23207216-
CMYK0.890.0400.15
HSL182.8º80.75%46.86%-
HSV(B)182.8º89.35%84.71%-
XYZ35.0649.7772.72-
YUV153.01163.5435.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.16%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 216 (84.77% from 255) = 48.43%
R=5.16%
G=46.41%
B=48.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal232072160.890.0400.15182.880.7546.86
Hex17CFD85940Fb7512f
Octal27317330131401726712157
Binary101111100111111011000101100110001111101101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,207,216); }

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

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

 a { background-color: rgb(23,207,216); }

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

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

 span { border-color: rgb(23,207,216); }

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