#17EBE2

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

Shades of Bright Turquoise #17EBE2

Tints of Bright Turquoise #17EBE2

Color information

#17EBE2 (or 0x17EBE2) is unknown color: approx Bright Turquoise. HEX triplet: 17, EB and E2. RGB value is (23,235,226). Sum of RGB (Red+Green+Blue) = 23+235+226=484 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.75% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBE2 is #E8141D. Grayscale: #AAAAAA. Windows color (decimal): -15209502 or 14871319. OLE color: 14871319.

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

Color convert

RGB23235226-
CMYK0.9000.040.08
HSL177.45º84.13%50.59%-
HSV(B)177.45º90.21%92.16%-
XYZ43.7965.0982.21-
YUV170.59159.2622.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.75%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 226 (88.67% from 255) = 46.69%
R=4.75%
G=48.55%
B=46.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232352260.9000.040.08177.4584.1350.59
Hex17EBE25A048b15433
Octal27353342132041026112463
Binary101111110101111100010101101001001000101100011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,235,226); }

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

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

 a { background-color: rgb(23,235,226); }

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

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

 span { border-color: rgb(23,235,226); }

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