Html Css Color HEX #58DAD2 Medium Turquoise

📋 copy color: '#58DAD2'

red 88 ◦ green 218 ◦ blue 210

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

Shades of Medium Turquoise #58DAD2

Tints of Medium Turquoise #58DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 17.05%
G = 42.25%
B = 40.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#58DAD2 (or 0x58DAD2) is known color: Medium Turquoise. HEX triplet: 58, DA and D2. RGB value is (88,218,210). Sum of RGB (Red+Green+Blue) = 88+218+210=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAD2 is #A7252D. Grayscale: #B2B2B2. Windows color (decimal): -10954030 or 13818456. OLE color: 13818456.

HSL color Cylindrical-coordinate representation of color #58DAD2: hue angle of 176.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DAD2 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 218 210 -
CMYK 0.60 0 0.04 0.15
HSL 176.31º 0.64% 0.6% -
HSV(B) 176.31º 0.6% 0.85% -
XYZ 40.73 56.87 69.8 -
YUV 178.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 88 218 210 0.60 0 0.04 0.15 176.31 0.64 0.6
Hex 58 DA D2 3C 0 4 F B0 40 3C
Octal 130 332 322 74 0 4 17 260 100 74
Binary 1011000 11011010 11010010 111100 0 100 1111 10110000 1000000 111100

Color Harmonies of #58DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAD2

Black with #58DAD2

Text Example


Text Example

White with #58DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,218,210); }

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

background-color css

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

 a { background-color: rgb(88,218,210); }

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

border-color css

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

 span { border-color: rgb(88,218,210); }

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