Html Css Color HEX #58D8C8 Medium Turquoise

📋 copy color: '#58D8C8'

red 88 ◦ green 216 ◦ blue 200

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

Shades of Medium Turquoise #58D8C8

Tints of Medium Turquoise #58D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 17.46%
G = 42.86%
B = 39.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#58D8C8 (or 0x58D8C8) is known color: Medium Turquoise. HEX triplet: 58, D8 and C8. RGB value is (88,216,200). Sum of RGB (Red+Green+Blue) = 88+216+200=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8C8 is #A72737. Grayscale: #AFAFAF. Windows color (decimal): -10954552 or 13162584. OLE color: 13162584.

HSL color Cylindrical-coordinate representation of color #58D8C8: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8C8 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 216 200 -
CMYK 0.59 0 0.07 0.15
HSL 172.5º 0.62% 0.6% -
HSV(B) 172.5º 0.59% 0.85% -
XYZ 39.01 55.36 63.27 -
YUV 175.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 88 216 200 0.59 0 0.07 0.15 172.5 0.62 0.6
Hex 58 D8 C8 3B 0 7 F AC 3E 3C
Octal 130 330 310 73 0 7 17 254 76 74
Binary 1011000 11011000 11001000 111011 0 111 1111 10101100 111110 111100

Color Harmonies of #58D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D8C8

Black with #58D8C8

Text Example


Text Example

White with #58D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,216,200); }

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

background-color css

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

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

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

border-color css

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

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

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