Html Css Color HEX #58CCCC Medium Turquoise

📋 copy color: '#58CCCC'

red 88 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #58CCCC

Tints of Medium Turquoise #58CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 17.74%
G = 41.13%
B = 41.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58CCCC (or 0x58CCCC) is known color: Medium Turquoise. HEX triplet: 58, CC and CC. RGB value is (88,204,204). Sum of RGB (Red+Green+Blue) = 88+204+204=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #58CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCCC is #A73333. Grayscale: #A9A9A9. Windows color (decimal): -10957620 or 13421656. OLE color: 13421656.

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

Color convert

RGB 88 204 204 -
CMYK 0.57 0 0 0.2
HSL 180º 0.53% 0.57% -
HSV(B) 180º 0.57% 0.8% -
XYZ 36.52 49.62 64.78 -
YUV 169.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 88 204 204 0.57 0 0 0.2 180 0.53 0.57
Hex 58 CC CC 39 0 0 14 B4 35 39
Octal 130 314 314 71 0 0 24 264 65 71
Binary 1011000 11001100 11001100 111001 0 0 10100 10110100 110101 111001

Color Harmonies of #58CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CCCC

Black with #58CCCC

Text Example


Text Example

White with #58CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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