#17E5C4

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

Shades of Bright Turquoise #17E5C4

Tints of Bright Turquoise #17E5C4

Color information

#17E5C4 (or 0x17E5C4) is unknown color: approx Bright Turquoise. HEX triplet: 17, E5 and C4. RGB value is (23,229,196). Sum of RGB (Red+Green+Blue) = 23+229+196=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #17E5C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E5C4 is #E81A3B. Grayscale: #A3A3A3. Windows color (decimal): -15211068 or 12903703. OLE color: 12903703.

HSL color Cylindrical-coordinate representation of color #17E5C4: hue angle of 170.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E5C4 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB23229196-
CMYK0.9000.140.10
HSL170.39º81.75%49.41%-
HSV(B)170.39º89.96%89.8%-
XYZ38.3460.2161.82-
YUV163.64146.2527.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.13%
GREEN value IS 229 (89.84% from 255) = 51.12%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=5.13%
G=51.12%
B=43.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal232291960.9000.140.10170.3981.7549.41
Hex17E5C45A0EAaa5231
Octal273453041320161225212261
Binary1011111100101110001001011010011101010101010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17E5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,229,196); }

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

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

 a { background-color: rgb(23,229,196); }

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

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

 span { border-color: rgb(23,229,196); }

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