#58DEF4

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

Shades of Turquoise Blue #58DEF4

Tints of Turquoise Blue #58DEF4

Color information

#58DEF4 (or 0x58DEF4) is unknown color: approx Turquoise Blue. HEX triplet: 58, DE and F4. RGB value is (88,222,244). Sum of RGB (Red+Green+Blue) = 88+222+244=554 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.88% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #58DEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DEF4 is #A7210B. Grayscale: #B8B8B8. Windows color (decimal): -10952972 or 16047704. OLE color: 16047704.

HSL color Cylindrical-coordinate representation of color #58DEF4: hue angle of 188.46º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58DEF4 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB88222244-
CMYK0.640.0900.04
HSL188.46º87.64%65.1%-
HSV(B)188.46º63.93%95.69%-
XYZ46.4760.8594.88-
YUV184.44161.6159.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.88%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 244 (95.70% from 255) = 44.04%
R=15.88%
G=40.07%
B=44.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882222440.640.0900.04188.4687.6465.1
Hex58DEF440904bc5841
Octal1303363641001104274130101
Binary101100011011110111101001000000100101001011110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,222,244); }

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

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

 a { background-color: rgb(88,222,244); }

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

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

 span { border-color: rgb(88,222,244); }

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