Html Css Color HEX #58DED1 Medium Turquoise

📋 copy color: '#58DED1'

red 88 ◦ green 222 ◦ blue 209

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

Shades of Medium Turquoise #58DED1

Tints of Medium Turquoise #58DED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 16.96%
G = 42.77%
B = 40.27%

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

#58DED1 (or 0x58DED1) is known color: Medium Turquoise. HEX triplet: 58, DE and D1. RGB value is (88,222,209). Sum of RGB (Red+Green+Blue) = 88+222+209=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #58DED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DED1 is #A7212E. Grayscale: #B4B4B4. Windows color (decimal): -10953007 or 13753944. OLE color: 13753944.

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

Color convert

RGB 88 222 209 -
CMYK 0.60 0 0.06 0.13
HSL 174.18º 0.67% 0.61% -
HSV(B) 174.18º 0.6% 0.87% -
XYZ 41.65 58.92 69.5 -
YUV 180.45 144.11 62.06 -
System Red Green Blue C M Y K H S L
Decimal 88 222 209 0.60 0 0.06 0.13 174.18 0.67 0.61
Hex 58 DE D1 3C 0 6 D AE 43 3D
Octal 130 336 321 74 0 6 15 256 103 75
Binary 1011000 11011110 11010001 111100 0 110 1101 10101110 1000011 111101

Color Harmonies of #58DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DED1

Black with #58DED1

Text Example


Text Example

White with #58DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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