#17EADD

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

Shades of Bright Turquoise #17EADD

Tints of Bright Turquoise #17EADD

Color information

#17EADD (or 0x17EADD) is unknown color: approx Bright Turquoise. HEX triplet: 17, EA and DD. RGB value is (23,234,221). Sum of RGB (Red+Green+Blue) = 23+234+221=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #17EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EADD is #E81522. Grayscale: #A9A9A9. Windows color (decimal): -15209763 or 14543383. OLE color: 14543383.

HSL color Cylindrical-coordinate representation of color #17EADD: hue angle of 176.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EADD is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23234221-
CMYK0.9000.060.08
HSL176.3º83.4%50.39%-
HSV(B)176.3º90.17%91.76%-
XYZ42.8364.2578.55-
YUV169.43157.123.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.81%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=4.81%
G=48.95%
B=46.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232342210.9000.060.08176.383.450.39
Hex17EADD5A068b05332
Octal27352335132061026012362
Binary101111110101011011101101101001101000101100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,234,221); }

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

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

 a { background-color: rgb(23,234,221); }

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

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

 span { border-color: rgb(23,234,221); }

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