Html Css Color HEX #58CDCC Medium Turquoise

📋 copy color: '#58CDCC'

red 88 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #58CDCC

Tints of Medium Turquoise #58CDCC

RGB

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

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

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

R = 17.71%
G = 41.25%
B = 41.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#58CDCC (or 0x58CDCC) is known color: Medium Turquoise. HEX triplet: 58, CD and CC. RGB value is (88,205,204). Sum of RGB (Red+Green+Blue) = 88+205+204=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDCC is #A73233. Grayscale: #A9A9A9. Windows color (decimal): -10957364 or 13421912. OLE color: 13421912.

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

Color convert

RGB 88 205 204 -
CMYK 0.57 0 0.00 0.20
HSL 179.49º 0.54% 0.57% -
HSV(B) 179.49º 0.57% 0.8% -
XYZ 36.75 50.1 64.86 -
YUV 169.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 88 205 204 0.57 0 0.00 0.20 179.49 0.54 0.57
Hex 58 CD CC 39 0 0 14 B3 36 39
Octal 130 315 314 71 0 0 24 263 66 71
Binary 1011000 11001101 11001100 111001 0 0 10100 10110011 110110 111001

Color Harmonies of #58CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDCC

Black with #58CDCC

Text Example


Text Example

White with #58CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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