#58DFF0

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

Shades of Turquoise Blue #58DFF0

Tints of Turquoise Blue #58DFF0

Color information

#58DFF0 (or 0x58DFF0) is unknown color: approx Turquoise Blue. HEX triplet: 58, DF and F0. RGB value is (88,223,240). Sum of RGB (Red+Green+Blue) = 88+223+240=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #58DFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFF0 is #A7200F. Grayscale: #B8B8B8. Windows color (decimal): -10952720 or 15785816. OLE color: 15785816.

HSL color Cylindrical-coordinate representation of color #58DFF0: hue angle of 186.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58DFF0 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB88223240-
CMYK0.630.0700.06
HSL186.71º83.52%64.31%-
HSV(B)186.71º63.33%94.12%-
XYZ46.1461.1491.81-
YUV184.57159.2759.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.97%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=15.97%
G=40.47%
B=43.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal882232400.630.0700.06186.7183.5264.31
Hex58DFF03F706bb5440
Octal13033736077706273124100
Binary1011000110111111111000011111111101101011101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,223,240); }

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

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

 a { background-color: rgb(88,223,240); }

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

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

 span { border-color: rgb(88,223,240); }

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