Html Css Color HEX #58CDC1 Medium Turquoise

📋 copy color: '#58CDC1'

red 88 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #58CDC1

Tints of Medium Turquoise #58CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

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

R = 18.11%
G = 42.18%
B = 39.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#58CDC1 (or 0x58CDC1) is known color: Medium Turquoise. HEX triplet: 58, CD and C1. RGB value is (88,205,193). Sum of RGB (Red+Green+Blue) = 88+205+193=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDC1 is #A7323E. Grayscale: #A8A8A8. Windows color (decimal): -10957375 or 12701016. OLE color: 12701016.

HSL color Cylindrical-coordinate representation of color #58CDC1: hue angle of 173.85º degrees, saturation: 0.54, 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 #58CDC1 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 193 -
CMYK 0.57 0 0.06 0.20
HSL 173.85º 0.54% 0.57% -
HSV(B) 173.85º 0.57% 0.8% -
XYZ 35.48 49.59 58.15 -
YUV 168.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 88 205 193 0.57 0 0.06 0.20 173.85 0.54 0.57
Hex 58 CD C1 39 0 6 14 AE 36 39
Octal 130 315 301 71 0 6 24 256 66 71
Binary 1011000 11001101 11000001 111001 0 110 10100 10101110 110110 111001

Color Harmonies of #58CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDC1

Black with #58CDC1

Text Example


Text Example

White with #58CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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