Html Css Color HEX #58C5CB Medium Turquoise

📋 copy color: '#58C5CB'

red 88 ◦ green 197 ◦ blue 203

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

Shades of Medium Turquoise #58C5CB

Tints of Medium Turquoise #58C5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 18.03%
G = 40.37%
B = 41.6%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58C5CB (or 0x58C5CB) is known color: Medium Turquoise. HEX triplet: 58, C5 and CB. RGB value is (88,197,203). Sum of RGB (Red+Green+Blue) = 88+197+203=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #58C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C5CB is #A73A34. Grayscale: #A4A4A4. Windows color (decimal): -10959413 or 13354328. OLE color: 13354328.

HSL color Cylindrical-coordinate representation of color #58C5CB: hue angle of 183.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C5CB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 197 203 -
CMYK 0.57 0.03 0 0.20
HSL 183.13º 0.53% 0.57% -
HSV(B) 183.13º 0.57% 0.8% -
XYZ 34.77 46.32 63.61 -
YUV 165.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 88 197 203 0.57 0.03 0 0.20 183.13 0.53 0.57
Hex 58 C5 CB 39 3 0 14 B7 35 39
Octal 130 305 313 71 3 0 24 267 65 71
Binary 1011000 11000101 11001011 111001 11 0 10100 10110111 110101 111001

Color Harmonies of #58C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C5CB

Black with #58C5CB

Text Example


Text Example

White with #58C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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