#58F3CA

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

Shades of Turquoise #58F3CA

Tints of Turquoise #58F3CA

Color information

#58F3CA (or 0x58F3CA) is unknown color: approx Turquoise. HEX triplet: 58, F3 and CA. RGB value is (88,243,202). Sum of RGB (Red+Green+Blue) = 88+243+202=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F3CA is #A70C35. Grayscale: #BFBFBF. Windows color (decimal): -10947638 or 13300568. OLE color: 13300568.

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

Color convert

RGB88243202-
CMYK0.6400.170.05
HSL164.13º86.59%64.9%-
HSV(B)164.13º63.79%95.29%-
XYZ46.7470.4467.01-
YUV191.98133.6553.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.51%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=16.51%
G=45.59%
B=37.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882432020.6400.170.05164.1386.5964.9
Hex58F3CA400115a45741
Octal1303633121000215244127101
Binary1011000111100111100101010000000100011011010010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,243,202); }

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

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

 a { background-color: rgb(88,243,202); }

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

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

 span { border-color: rgb(88,243,202); }

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