Html Css Color HEX #58F5BC Turquoise

📋 copy color: '#58F5BC'

red 88 ◦ green 245 ◦ blue 188

#58F5BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #58F5BC

Tints of Turquoise #58F5BC

RGB

 RED value IS 88 (34.77% from 255) = 16.89%

 GREEN value IS 245 (96.09% from 255) = 47.02%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 16.89%
G = 47.02%
B = 36.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#58F5BC (or 0x58F5BC) is known color: Turquoise. HEX triplet: 58, F5 and BC. RGB value is (88,245,188). Sum of RGB (Red+Green+Blue) = 88+245+188=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F5BC is #A70A43. Grayscale: #BFBFBF. Windows color (decimal): -10947140 or 12383576. OLE color: 12383576.

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

Color convert

RGB 88 245 188 -
CMYK 0.64 0 0.23 0.04
HSL 158.22º 0.89% 0.65% -
HSV(B) 158.22º 0.64% 0.96% -
XYZ 45.75 71.01 58.87 -
YUV 191.56 125.99 54.13 -
System Red Green Blue C M Y K H S L
Decimal 88 245 188 0.64 0 0.23 0.04 158.22 0.89 0.65
Hex 58 F5 BC 40 0 17 4 9E 59 41
Octal 130 365 274 100 0 27 4 236 131 101
Binary 1011000 11110101 10111100 1000000 0 10111 100 10011110 1011001 1000001

Color Harmonies of #58F5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F5BC

Black with #58F5BC

Text Example


Text Example

White with #58F5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,245,188); }

 H1.HeaderClassName
 {
   color: #58F5BC;
 }
 .AnyTagClassName
 {
   color: #58F5BC;
 }
</style>

background-color css

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

 a { background-color: rgb(88,245,188); }

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

border-color css

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

 span { border-color: rgb(88,245,188); }

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