#17D7EA

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

Shades of Bright Turquoise #17D7EA

Tints of Bright Turquoise #17D7EA

Color information

#17D7EA (or 0x17D7EA) is unknown color: approx Bright Turquoise. HEX triplet: 17, D7 and EA. RGB value is (23,215,234). Sum of RGB (Red+Green+Blue) = 23+215+234=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #17D7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D7EA is #E82815. Grayscale: #9F9F9F. Windows color (decimal): -15214614 or 15390487. OLE color: 15390487.

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

Color convert

RGB23215234-
CMYK0.900.0800.08
HSL185.4º83.4%50.39%-
HSV(B)185.4º90.17%91.76%-
XYZ39.5154.7286.32-
YUV159.76169.8930.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.87%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=4.87%
G=45.55%
B=49.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232152340.900.0800.08185.483.450.39
Hex17D7EA5A808b95332
Octal273273521321001027112362
Binary1011111010111111010101011010100001000101110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17D7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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