Html Css Color HEX #58DED3 Medium Turquoise

📋 copy color: '#58DED3'

red 88 ◦ green 222 ◦ blue 211

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

Shades of Medium Turquoise #58DED3

Tints of Medium Turquoise #58DED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 16.89%
G = 42.61%
B = 40.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#58DED3 (or 0x58DED3) is known color: Medium Turquoise. HEX triplet: 58, DE and D3. RGB value is (88,222,211). Sum of RGB (Red+Green+Blue) = 88+222+211=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #58DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DED3 is #A7212C. Grayscale: #B4B4B4. Windows color (decimal): -10953005 or 13885016. OLE color: 13885016.

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

Color convert

RGB 88 222 211 -
CMYK 0.60 0 0.05 0.13
HSL 175.07º 0.67% 0.61% -
HSV(B) 175.07º 0.6% 0.87% -
XYZ 41.9 59.02 70.81 -
YUV 180.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 88 222 211 0.60 0 0.05 0.13 175.07 0.67 0.61
Hex 58 DE D3 3C 0 5 D AF 43 3D
Octal 130 336 323 74 0 5 15 257 103 75
Binary 1011000 11011110 11010011 111100 0 101 1101 10101111 1000011 111101

Color Harmonies of #58DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DED3

Black with #58DED3

Text Example


Text Example

White with #58DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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