#58D8F1

Color #58D8F1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #58D8F1

Tints of Turquoise Blue #58D8F1

Color information

#58D8F1 (or 0x58D8F1) is unknown color: approx Turquoise Blue. HEX triplet: 58, D8 and F1. RGB value is (88,216,241). Sum of RGB (Red+Green+Blue) = 88+216+241=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #58D8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8F1 is #A7270E. Grayscale: #B4B4B4. Windows color (decimal): -10954511 or 15849560. OLE color: 15849560.

HSL color Cylindrical-coordinate representation of color #58D8F1: hue angle of 189.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D8F1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88216241-
CMYK0.630.1000.05
HSL189.8º84.53%64.51%-
HSV(B)189.8º63.49%94.51%-
XYZ44.4657.5491.98-
YUV180.58162.0961.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.15%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=16.15%
G=39.63%
B=44.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882162410.630.1000.05189.884.5364.51
Hex58D8F13FA05be5541
Octal130330361771205276125101
Binary10110001101100011110001111111101001011011111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58D8F1; }

 p { color: rgb(88,216,241); }

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

<style>
 a { background-color: #58D8F1; }

 a { background-color: rgb(88,216,241); }

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

<style>
 span { border-color: #58D8F1; }

 span { border-color: rgb(88,216,241); }

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