Html Css Color HEX #58FACC Turquoise

📋 copy color: '#58FACC'

red 88 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #58FACC

Tints of Turquoise #58FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 16.24%
G = 46.13%
B = 37.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#58FACC (or 0x58FACC) is known color: Turquoise. HEX triplet: 58, FA and CC. RGB value is (88,250,204). Sum of RGB (Red+Green+Blue) = 88+250+204=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #58FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FACC is #A70533. Grayscale: #C4C4C4. Windows color (decimal): -10945844 or 13433432. OLE color: 13433432.

HSL color Cylindrical-coordinate representation of color #58FACC: hue angle of 162.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FACC is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 204 -
CMYK 0.65 0 0.18 0.02
HSL 162.96º 0.94% 0.66% -
HSV(B) 162.96º 0.65% 0.98% -
XYZ 49.11 74.81 68.98 -
YUV 196.32 132.33 50.74 -
System Red Green Blue C M Y K H S L
Decimal 88 250 204 0.65 0 0.18 0.02 162.96 0.94 0.66
Hex 58 FA CC 41 0 12 2 A3 5E 42
Octal 130 372 314 101 0 22 2 243 136 102
Binary 1011000 11111010 11001100 1000001 0 10010 10 10100011 1011110 1000010

Color Harmonies of #58FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FACC

Black with #58FACC

Text Example


Text Example

White with #58FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,250,204); }

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

background-color css

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

 a { background-color: rgb(88,250,204); }

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

border-color css

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

 span { border-color: rgb(88,250,204); }

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