Html Css Color HEX #58DED0 Medium Turquoise

📋 copy color: '#58DED0'

red 88 ◦ green 222 ◦ blue 208

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

Shades of Medium Turquoise #58DED0

Tints of Medium Turquoise #58DED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 16.99%
G = 42.86%
B = 40.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#58DED0 (or 0x58DED0) is known color: Medium Turquoise. HEX triplet: 58, DE and D0. RGB value is (88,222,208). Sum of RGB (Red+Green+Blue) = 88+222+208=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #58DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DED0 is #A7212F. Grayscale: #B4B4B4. Windows color (decimal): -10953008 or 13688408. OLE color: 13688408.

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

Color convert

RGB 88 222 208 -
CMYK 0.60 0 0.06 0.13
HSL 173.73º 0.67% 0.61% -
HSV(B) 173.73º 0.6% 0.87% -
XYZ 41.53 58.87 68.85 -
YUV 180.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 88 222 208 0.60 0 0.06 0.13 173.73 0.67 0.61
Hex 58 DE D0 3C 0 6 D AE 43 3D
Octal 130 336 320 74 0 6 15 256 103 75
Binary 1011000 11011110 11010000 111100 0 110 1101 10101110 1000011 111101

Color Harmonies of #58DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DED0

Black with #58DED0

Text Example


Text Example

White with #58DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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