Html Css Color HEX #58E0CE Medium Turquoise

📋 copy color: '#58E0CE'

red 88 ◦ green 224 ◦ blue 206

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

Shades of Medium Turquoise #58E0CE

Tints of Medium Turquoise #58E0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

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

R = 16.99%
G = 43.24%
B = 39.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#58E0CE (or 0x58E0CE) is known color: Medium Turquoise. HEX triplet: 58, E0 and CE. RGB value is (88,224,206). Sum of RGB (Red+Green+Blue) = 88+224+206=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #58E0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E0CE is #A71F31. Grayscale: #B5B5B5. Windows color (decimal): -10952498 or 13557848. OLE color: 13557848.

HSL color Cylindrical-coordinate representation of color #58E0CE: hue angle of 172.06º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E0CE is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 224 206 -
CMYK 0.61 0 0.08 0.12
HSL 172.06º 0.69% 0.61% -
HSV(B) 172.06º 0.61% 0.88% -
XYZ 41.82 59.84 67.74 -
YUV 181.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 88 224 206 0.61 0 0.08 0.12 172.06 0.69 0.61
Hex 58 E0 CE 3D 0 8 C AC 45 3D
Octal 130 340 316 75 0 10 14 254 105 75
Binary 1011000 11100000 11001110 111101 0 1000 1100 10101100 1000101 111101

Color Harmonies of #58E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E0CE

Black with #58E0CE

Text Example


Text Example

White with #58E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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