Html Css Color HEX #58C5CA Medium Turquoise

📋 copy color: '#58C5CA'

red 88 ◦ green 197 ◦ blue 202

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

Shades of Medium Turquoise #58C5CA

Tints of Medium Turquoise #58C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 18.07%
G = 40.45%
B = 41.48%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58C5CA (or 0x58C5CA) is known color: Medium Turquoise. HEX triplet: 58, C5 and CA. RGB value is (88,197,202). Sum of RGB (Red+Green+Blue) = 88+197+202=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #58C5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C5CA is #A73A35. Grayscale: #A4A4A4. Windows color (decimal): -10959414 or 13288792. OLE color: 13288792.

HSL color Cylindrical-coordinate representation of color #58C5CA: hue angle of 182.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C5CA is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 197 202 -
CMYK 0.56 0.02 0 0.21
HSL 182.63º 0.52% 0.57% -
HSV(B) 182.63º 0.56% 0.79% -
XYZ 34.65 46.27 62.98 -
YUV 164.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 88 197 202 0.56 0.02 0 0.21 182.63 0.52 0.57
Hex 58 C5 CA 38 2 0 15 B7 34 39
Octal 130 305 312 70 2 0 25 267 64 71
Binary 1011000 11000101 11001010 111000 10 0 10101 10110111 110100 111001

Color Harmonies of #58C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C5CA

Black with #58C5CA

Text Example


Text Example

White with #58C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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