#17DDEA

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

Shades of Bright Turquoise #17DDEA

Tints of Bright Turquoise #17DDEA

Color information

#17DDEA (or 0x17DDEA) is unknown color: approx Bright Turquoise. HEX triplet: 17, DD and EA. RGB value is (23,221,234). Sum of RGB (Red+Green+Blue) = 23+221+234=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #17DDEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDEA is #E82215. Grayscale: #A3A3A3. Windows color (decimal): -15213078 or 15392023. OLE color: 15392023.

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

Color convert

RGB23221234-
CMYK0.900.0600.08
HSL183.7º83.4%50.39%-
HSV(B)183.7º90.17%91.76%-
XYZ41.0657.8486.84-
YUV163.28167.927.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.81%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=4.81%
G=46.23%
B=48.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232212340.900.0600.08183.783.450.39
Hex17DDEA5A608b85332
Octal27335352132601027012362
Binary101111101110111101010101101011001000101110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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