#17EAD4

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

Shades of Bright Turquoise #17EAD4

Tints of Bright Turquoise #17EAD4

Color information

#17EAD4 (or 0x17EAD4) is unknown color: approx Bright Turquoise. HEX triplet: 17, EA and D4. RGB value is (23,234,212). Sum of RGB (Red+Green+Blue) = 23+234+212=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAD4 is #E8152B. Grayscale: #A8A8A8. Windows color (decimal): -15209772 or 13953559. OLE color: 13953559.

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

Color convert

RGB23234212-
CMYK0.9000.090.08
HSL173.74º83.4%50.39%-
HSV(B)173.74º90.17%91.76%-
XYZ41.6663.7872.4-
YUV168.4152.624.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.90%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=4.90%
G=49.89%
B=45.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232342120.9000.090.08173.7483.450.39
Hex17EAD45A098ae5332
Octal273523241320111025612362
Binary1011111101010110101001011010010011000101011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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