Html Css Color HEX #58F5C1 Turquoise

📋 copy color: '#58F5C1'

red 88 ◦ green 245 ◦ blue 193

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

Shades of Turquoise #58F5C1

Tints of Turquoise #58F5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 16.73%
G = 46.58%
B = 36.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#58F5C1 (or 0x58F5C1) is known color: Turquoise. HEX triplet: 58, F5 and C1. RGB value is (88,245,193). Sum of RGB (Red+Green+Blue) = 88+245+193=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F5C1 is #A70A3E. Grayscale: #C0C0C0. Windows color (decimal): -10947135 or 12711256. OLE color: 12711256.

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

Color convert

RGB 88 245 193 -
CMYK 0.64 0 0.21 0.04
HSL 160.13º 0.89% 0.65% -
HSV(B) 160.13º 0.64% 0.96% -
XYZ 46.3 71.23 61.76 -
YUV 192.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 88 245 193 0.64 0 0.21 0.04 160.13 0.89 0.65
Hex 58 F5 C1 40 0 15 4 A0 59 41
Octal 130 365 301 100 0 25 4 240 131 101
Binary 1011000 11110101 11000001 1000000 0 10101 100 10100000 1011001 1000001

Color Harmonies of #58F5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F5C1

Black with #58F5C1

Text Example


Text Example

White with #58F5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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