Html Css Color HEX #58DECF Medium Turquoise

📋 copy color: '#58DECF'

red 88 ◦ green 222 ◦ blue 207

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

Shades of Medium Turquoise #58DECF

Tints of Medium Turquoise #58DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 17.02%
G = 42.94%
B = 40.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#58DECF (or 0x58DECF) is known color: Medium Turquoise. HEX triplet: 58, DE and CF. RGB value is (88,222,207). Sum of RGB (Red+Green+Blue) = 88+222+207=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #58DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DECF is #A72130. Grayscale: #B4B4B4. Windows color (decimal): -10953009 or 13622872. OLE color: 13622872.

HSL color Cylindrical-coordinate representation of color #58DECF: hue angle of 173.28º 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 #58DECF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 222 207 -
CMYK 0.60 0 0.07 0.13
HSL 173.28º 0.67% 0.61% -
HSV(B) 173.28º 0.6% 0.87% -
XYZ 41.41 58.82 68.2 -
YUV 180.22 143.11 62.22 -
System Red Green Blue C M Y K H S L
Decimal 88 222 207 0.60 0 0.07 0.13 173.28 0.67 0.61
Hex 58 DE CF 3C 0 7 D AD 43 3D
Octal 130 336 317 74 0 7 15 255 103 75
Binary 1011000 11011110 11001111 111100 0 111 1101 10101101 1000011 111101

Color Harmonies of #58DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DECF

Black with #58DECF

Text Example


Text Example

White with #58DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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