Html Css Color HEX #58D0CD Medium Turquoise

📋 copy color: '#58D0CD'

red 88 ◦ green 208 ◦ blue 205

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

Shades of Medium Turquoise #58D0CD

Tints of Medium Turquoise #58D0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

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

R = 17.56%
G = 41.52%
B = 40.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#58D0CD (or 0x58D0CD) is known color: Medium Turquoise. HEX triplet: 58, D0 and CD. RGB value is (88,208,205). Sum of RGB (Red+Green+Blue) = 88+208+205=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #58D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D0CD is #A72F32. Grayscale: #ABABAB. Windows color (decimal): -10956595 or 13488216. OLE color: 13488216.

HSL color Cylindrical-coordinate representation of color #58D0CD: hue angle of 178.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D0CD is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 208 205 -
CMYK 0.58 0 0.01 0.18
HSL 178.5º 0.56% 0.58% -
HSV(B) 178.5º 0.58% 0.82% -
XYZ 37.6 51.59 65.73 -
YUV 171.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 88 208 205 0.58 0 0.01 0.18 178.5 0.56 0.58
Hex 58 D0 CD 3A 0 1 12 B2 38 3A
Octal 130 320 315 72 0 1 22 262 70 72
Binary 1011000 11010000 11001101 111010 0 1 10010 10110010 111000 111010

Color Harmonies of #58D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D0CD

Black with #58D0CD

Text Example


Text Example

White with #58D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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