Html Css Color HEX #58D1CE Medium Turquoise

📋 copy color: '#58D1CE'

red 88 ◦ green 209 ◦ blue 206

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

Shades of Medium Turquoise #58D1CE

Tints of Medium Turquoise #58D1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

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

R = 17.5%
G = 41.55%
B = 40.95%

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

#58D1CE (or 0x58D1CE) is known color: Medium Turquoise. HEX triplet: 58, D1 and CE. RGB value is (88,209,206). Sum of RGB (Red+Green+Blue) = 88+209+206=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #58D1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D1CE is #A72E31. Grayscale: #ACACAC. Windows color (decimal): -10956338 or 13554008. OLE color: 13554008.

HSL color Cylindrical-coordinate representation of color #58D1CE: hue angle of 178.51º degrees, saturation: 0.57, 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 #58D1CE is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 209 206 -
CMYK 0.58 0 0.01 0.18
HSL 178.51º 0.57% 0.58% -
HSV(B) 178.51º 0.58% 0.82% -
XYZ 37.97 52.13 66.45 -
YUV 172.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 88 209 206 0.58 0 0.01 0.18 178.51 0.57 0.58
Hex 58 D1 CE 3A 0 1 12 B3 39 3A
Octal 130 321 316 72 0 1 22 263 71 72
Binary 1011000 11010001 11001110 111010 0 1 10010 10110011 111001 111010

Color Harmonies of #58D1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D1CE

Black with #58D1CE

Text Example


Text Example

White with #58D1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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