Html Css Color HEX #58DECD Medium Turquoise

📋 copy color: '#58DECD'

red 88 ◦ green 222 ◦ blue 205

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

Shades of Medium Turquoise #58DECD

Tints of Medium Turquoise #58DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 17.09%
G = 43.11%
B = 39.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#58DECD (or 0x58DECD) is known color: Medium Turquoise. HEX triplet: 58, DE and CD. RGB value is (88,222,205). Sum of RGB (Red+Green+Blue) = 88+222+205=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #58DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DECD is #A72132. Grayscale: #B3B3B3. Windows color (decimal): -10953011 or 13491800. OLE color: 13491800.

HSL color Cylindrical-coordinate representation of color #58DECD: hue angle of 172.39º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DECD is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 222 205 -
CMYK 0.60 0 0.08 0.13
HSL 172.39º 0.67% 0.61% -
HSV(B) 172.39º 0.6% 0.87% -
XYZ 41.17 58.73 66.92 -
YUV 180 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 88 222 205 0.60 0 0.08 0.13 172.39 0.67 0.61
Hex 58 DE CD 3C 0 8 D AC 43 3D
Octal 130 336 315 74 0 10 15 254 103 75
Binary 1011000 11011110 11001101 111100 0 1000 1101 10101100 1000011 111101

Color Harmonies of #58DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DECD

Black with #58DECD

Text Example


Text Example

White with #58DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,222,205); }

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

background-color css

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

 a { background-color: rgb(88,222,205); }

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

border-color css

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

 span { border-color: rgb(88,222,205); }

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