#17E1FD

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

Shades of Bright Turquoise #17E1FD

Tints of Bright Turquoise #17E1FD

Color information

#17E1FD (or 0x17E1FD) is unknown color: approx Bright Turquoise. HEX triplet: 17, E1 and FD. RGB value is (23,225,253). Sum of RGB (Red+Green+Blue) = 23+225+253=501 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.59% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #17E1FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E1FD is #E81E02. Grayscale: #A7A7A7. Windows color (decimal): -15212035 or 16638231. OLE color: 16638231.

HSL color Cylindrical-coordinate representation of color #17E1FD: hue angle of 187.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17E1FD is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23225253-
CMYK0.910.1100.01
HSL187.3º98.29%54.12%-
HSV(B)187.3º90.91%99.22%-
XYZ45.0161.12102.35-
YUV167.79176.0824.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.59%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=4.59%
G=44.91%
B=50.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232252530.910.1100.01187.398.2954.12
Hex17E1FD5BB01bb6236
Octal27341375133130127314266
Binary1011111100001111111011011011101101101110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,225,253); }

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

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

 a { background-color: rgb(23,225,253); }

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

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

 span { border-color: rgb(23,225,253); }

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