#58F4D7

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

Shades of Turquoise #58F4D7

Tints of Turquoise #58F4D7

Color information

#58F4D7 (or 0x58F4D7) is unknown color: approx Turquoise. HEX triplet: 58, F4 and D7. RGB value is (88,244,215). Sum of RGB (Red+Green+Blue) = 88+244+215=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F4D7 is #A70B28. Grayscale: #C2C2C2. Windows color (decimal): -10947369 or 14152792. OLE color: 14152792.

HSL color Cylindrical-coordinate representation of color #58F4D7: hue angle of 168.85º 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 #58F4D7 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB88244215-
CMYK0.6400.120.04
HSL168.85º87.64%65.1%-
HSV(B)168.85º63.93%95.69%-
XYZ48.6471.6875.56-
YUV194.05139.8252.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.09%
GREEN value IS 244 (95.70% from 255) = 44.61%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=16.09%
G=44.61%
B=39.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882442150.6400.120.04168.8587.6465.1
Hex58F4D7400C4a95841
Octal1303643271000144251130101
Binary101100011110100110101111000000011001001010100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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