Html Css Color HEX #58CDCD Medium Turquoise

📋 copy color: '#58CDCD'

red 88 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #58CDCD

Tints of Medium Turquoise #58CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 17.67%
G = 41.16%
B = 41.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58CDCD (or 0x58CDCD) is known color: Medium Turquoise. HEX triplet: 58, CD and CD. RGB value is (88,205,205). Sum of RGB (Red+Green+Blue) = 88+205+205=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #58CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDCD is #A73232. Grayscale: #A9A9A9. Windows color (decimal): -10957363 or 13487448. OLE color: 13487448.

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

Color convert

RGB 88 205 205 -
CMYK 0.57 0 0 0.20
HSL 180º 0.54% 0.57% -
HSV(B) 180º 0.57% 0.8% -
XYZ 36.88 50.15 65.49 -
YUV 170.02 147.74 69.5 -
System Red Green Blue C M Y K H S L
Decimal 88 205 205 0.57 0 0 0.20 180 0.54 0.57
Hex 58 CD CD 39 0 0 14 B4 36 39
Octal 130 315 315 71 0 0 24 264 66 71
Binary 1011000 11001101 11001101 111001 0 0 10100 10110100 110110 111001

Color Harmonies of #58CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDCD

Black with #58CDCD

Text Example


Text Example

White with #58CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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