#17EDF3

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

Shades of Bright Turquoise #17EDF3

Tints of Bright Turquoise #17EDF3

Color information

#17EDF3 (or 0x17EDF3) is unknown color: approx Bright Turquoise. HEX triplet: 17, ED and F3. RGB value is (23,237,243). Sum of RGB (Red+Green+Blue) = 23+237+243=503 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.57% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #17EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EDF3 is #E8120C. Grayscale: #ADADAD. Windows color (decimal): -15208973 or 15985943. OLE color: 15985943.

HSL color Cylindrical-coordinate representation of color #17EDF3: hue angle of 181.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EDF3 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23237243-
CMYK0.910.0200.05
HSL181.64º90.16%52.16%-
HSV(B)181.64º90.53%95.29%-
XYZ46.8267.2295.3-
YUV173.7167.120.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 4.57%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=4.57%
G=47.12%
B=48.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232372430.910.0200.05181.6490.1652.16
Hex17EDF35B205b65a34
Octal2735536313320526613264
Binary1011111101101111100111011011100101101101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,237,243); }

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

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

 a { background-color: rgb(23,237,243); }

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

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

 span { border-color: rgb(23,237,243); }

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