Html Css Color HEX #58DAD0 Medium Turquoise

📋 copy color: '#58DAD0'

red 88 ◦ green 218 ◦ blue 208

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

Shades of Medium Turquoise #58DAD0

Tints of Medium Turquoise #58DAD0

RGB

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

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

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

R = 17.12%
G = 42.41%
B = 40.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#58DAD0 (or 0x58DAD0) is known color: Medium Turquoise. HEX triplet: 58, DA and D0. RGB value is (88,218,208). Sum of RGB (Red+Green+Blue) = 88+218+208=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAD0 is #A7252F. Grayscale: #B1B1B1. Windows color (decimal): -10954032 or 13687384. OLE color: 13687384.

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

Color convert

RGB 88 218 208 -
CMYK 0.60 0 0.05 0.15
HSL 175.38º 0.64% 0.6% -
HSV(B) 175.38º 0.6% 0.85% -
XYZ 40.48 56.77 68.5 -
YUV 177.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 88 218 208 0.60 0 0.05 0.15 175.38 0.64 0.6
Hex 58 DA D0 3C 0 5 F AF 40 3C
Octal 130 332 320 74 0 5 17 257 100 74
Binary 1011000 11011010 11010000 111100 0 101 1111 10101111 1000000 111100

Color Harmonies of #58DAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAD0

Black with #58DAD0

Text Example


Text Example

White with #58DAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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