#17EDBB

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

Shades of Bright Turquoise #17EDBB

Tints of Bright Turquoise #17EDBB

Color information

#17EDBB (or 0x17EDBB) is unknown color: approx Bright Turquoise. HEX triplet: 17, ED and BB. RGB value is (23,237,187). Sum of RGB (Red+Green+Blue) = 23+237+187=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDBB is #E81244. Grayscale: #A7A7A7. Windows color (decimal): -15209029 or 12315927. OLE color: 12315927.

HSL color Cylindrical-coordinate representation of color #17EDBB: hue angle of 165.98º 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 #17EDBB is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB23237187-
CMYK0.9000.210.07
HSL165.98º85.6%50.98%-
HSV(B)165.98º90.3%92.94%-
XYZ39.6164.3457.34-
YUV167.31139.125.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.15%
GREEN value IS 237 (92.97% from 255) = 53.02%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=5.15%
G=53.02%
B=41.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal232371870.9000.210.07165.9885.650.98
Hex17EDBB5A0157a65633
Octal27355273132025724612663
Binary1011111101101101110111011010010101111101001101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,237,187); }

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

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

 a { background-color: rgb(23,237,187); }

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

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

 span { border-color: rgb(23,237,187); }

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