#17EECD

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

Shades of Bright Turquoise #17EECD

Tints of Bright Turquoise #17EECD

Color information

#17EECD (or 0x17EECD) is unknown color: approx Bright Turquoise. HEX triplet: 17, EE and CD. RGB value is (23,238,205). Sum of RGB (Red+Green+Blue) = 23+238+205=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #17EECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EECD is #E81132. Grayscale: #A9A9A9. Windows color (decimal): -15208755 or 13495831. OLE color: 13495831.

HSL color Cylindrical-coordinate representation of color #17EECD: hue angle of 170.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EECD is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23238205-
CMYK0.9000.140.07
HSL170.79º86.35%51.18%-
HSV(B)170.79º90.34%93.33%-
XYZ41.9565.7468.24-
YUV169.95147.7723.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.94%
GREEN value IS 238 (93.36% from 255) = 51.07%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=4.94%
G=51.07%
B=43.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal232382050.9000.140.07170.7986.3551.18
Hex17EECD5A0E7ab5633
Octal27356315132016725312663
Binary101111110111011001101101101001110111101010111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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