#17D4EA

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

Shades of Bright Turquoise #17D4EA

Tints of Bright Turquoise #17D4EA

Color information

#17D4EA (or 0x17D4EA) is unknown color: approx Bright Turquoise. HEX triplet: 17, D4 and EA. RGB value is (23,212,234). Sum of RGB (Red+Green+Blue) = 23+212+234=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #17D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D4EA is #E82B15. Grayscale: #9D9D9D. Windows color (decimal): -15215382 or 15389719. OLE color: 15389719.

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

Color convert

RGB23212234-
CMYK0.900.0900.08
HSL186.26º83.4%50.39%-
HSV(B)186.26º90.17%91.76%-
XYZ38.7553.2186.07-
YUV158170.8831.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232122340.900.0900.08186.2683.450.39
Hex17D4EA5A908ba5332
Octal273243521321101027212362
Binary1011111010100111010101011010100101000101110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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