Html Css Color HEX #58DAD4 Medium Turquoise

📋 copy color: '#58DAD4'

red 88 ◦ green 218 ◦ blue 212

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

Shades of Medium Turquoise #58DAD4

Tints of Medium Turquoise #58DAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.93%

R = 16.99%
G = 42.08%
B = 40.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#58DAD4 (or 0x58DAD4) is known color: Medium Turquoise. HEX triplet: 58, DA and D4. RGB value is (88,218,212). Sum of RGB (Red+Green+Blue) = 88+218+212=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #58DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DAD4 is #A7252B. Grayscale: #B2B2B2. Windows color (decimal): -10954028 or 13949528. OLE color: 13949528.

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

Color convert

RGB 88 218 212 -
CMYK 0.60 0 0.03 0.15
HSL 177.23º 0.64% 0.6% -
HSV(B) 177.23º 0.6% 0.85% -
XYZ 40.98 56.97 71.12 -
YUV 178.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 88 218 212 0.60 0 0.03 0.15 177.23 0.64 0.6
Hex 58 DA D4 3C 0 3 F B1 40 3C
Octal 130 332 324 74 0 3 17 261 100 74
Binary 1011000 11011010 11010100 111100 0 11 1111 10110001 1000000 111100

Color Harmonies of #58DAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAD4

Black with #58DAD4

Text Example


Text Example

White with #58DAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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