Html Css Color HEX #58D5CE Medium Turquoise

📋 copy color: '#58D5CE'

red 88 ◦ green 213 ◦ blue 206

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

Shades of Medium Turquoise #58D5CE

Tints of Medium Turquoise #58D5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 17.36%
G = 42.01%
B = 40.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#58D5CE (or 0x58D5CE) is known color: Medium Turquoise. HEX triplet: 58, D5 and CE. RGB value is (88,213,206). Sum of RGB (Red+Green+Blue) = 88+213+206=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D5CE is #A72A31. Grayscale: #AEAEAE. Windows color (decimal): -10955314 or 13555032. OLE color: 13555032.

HSL color Cylindrical-coordinate representation of color #58D5CE: hue angle of 176.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D5CE is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 206 -
CMYK 0.59 0 0.03 0.16
HSL 176.64º 0.6% 0.59% -
HSV(B) 176.64º 0.59% 0.84% -
XYZ 38.96 54.12 66.79 -
YUV 174.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 88 213 206 0.59 0 0.03 0.16 176.64 0.6 0.59
Hex 58 D5 CE 3B 0 3 10 B1 3C 3B
Octal 130 325 316 73 0 3 20 261 74 73
Binary 1011000 11010101 11001110 111011 0 11 10000 10110001 111100 111011

Color Harmonies of #58D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5CE

Black with #58D5CE

Text Example


Text Example

White with #58D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,213,206); }

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

background-color css

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

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

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

border-color css

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

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

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