Html Css Color HEX #58D7CE Medium Turquoise

📋 copy color: '#58D7CE'

red 88 ◦ green 215 ◦ blue 206

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

Shades of Medium Turquoise #58D7CE

Tints of Medium Turquoise #58D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 17.29%
G = 42.24%
B = 40.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#58D7CE (or 0x58D7CE) is known color: Medium Turquoise. HEX triplet: 58, D7 and CE. RGB value is (88,215,206). Sum of RGB (Red+Green+Blue) = 88+215+206=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7CE is #A72831. Grayscale: #AFAFAF. Windows color (decimal): -10954802 or 13555544. OLE color: 13555544.

HSL color Cylindrical-coordinate representation of color #58D7CE: hue angle of 175.75º degrees, saturation: 0.61, 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 #58D7CE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 215 206 -
CMYK 0.59 0 0.04 0.16
HSL 175.75º 0.61% 0.59% -
HSV(B) 175.75º 0.59% 0.84% -
XYZ 39.47 55.13 66.95 -
YUV 176 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 88 215 206 0.59 0 0.04 0.16 175.75 0.61 0.59
Hex 58 D7 CE 3B 0 4 10 B0 3D 3B
Octal 130 327 316 73 0 4 20 260 75 73
Binary 1011000 11010111 11001110 111011 0 100 10000 10110000 111101 111011

Color Harmonies of #58D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D7CE

Black with #58D7CE

Text Example


Text Example

White with #58D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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