Html Css Color HEX #58DCCC Medium Turquoise

📋 copy color: '#58DCCC'

red 88 ◦ green 220 ◦ blue 204

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

Shades of Medium Turquoise #58DCCC

Tints of Medium Turquoise #58DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

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

R = 17.19%
G = 42.97%
B = 39.84%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#58DCCC (or 0x58DCCC) is known color: Medium Turquoise. HEX triplet: 58, DC and CC. RGB value is (88,220,204). Sum of RGB (Red+Green+Blue) = 88+220+204=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCCC is #A72333. Grayscale: #B2B2B2. Windows color (decimal): -10953524 or 13425752. OLE color: 13425752.

HSL color Cylindrical-coordinate representation of color #58DCCC: hue angle of 172.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCCC is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 204 -
CMYK 0.6 0 0.07 0.14
HSL 172.73º 0.65% 0.6% -
HSV(B) 172.73º 0.6% 0.86% -
XYZ 40.52 57.62 66.11 -
YUV 178.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 88 220 204 0.6 0 0.07 0.14 172.73 0.65 0.6
Hex 58 DC CC 3C 0 7 E AD 41 3C
Octal 130 334 314 74 0 7 16 255 101 74
Binary 1011000 11011100 11001100 111100 0 111 1110 10101101 1000001 111100

Color Harmonies of #58DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DCCC

Black with #58DCCC

Text Example


Text Example

White with #58DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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