Html Css Color HEX #58DACE Medium Turquoise

📋 copy color: '#58DACE'

red 88 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #58DACE

Tints of Medium Turquoise #58DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 17.19%
G = 42.58%
B = 40.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#58DACE (or 0x58DACE) is known color: Medium Turquoise. HEX triplet: 58, DA and CE. RGB value is (88,218,206). Sum of RGB (Red+Green+Blue) = 88+218+206=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #58DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DACE is #A72531. Grayscale: #B1B1B1. Windows color (decimal): -10954034 or 13556312. OLE color: 13556312.

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

Color convert

RGB 88 218 206 -
CMYK 0.60 0 0.06 0.15
HSL 174.46º 0.64% 0.6% -
HSV(B) 174.46º 0.6% 0.85% -
XYZ 40.24 56.67 67.21 -
YUV 177.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 88 218 206 0.60 0 0.06 0.15 174.46 0.64 0.6
Hex 58 DA CE 3C 0 6 F AE 40 3C
Octal 130 332 316 74 0 6 17 256 100 74
Binary 1011000 11011010 11001110 111100 0 110 1111 10101110 1000000 111100

Color Harmonies of #58DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DACE

Black with #58DACE

Text Example


Text Example

White with #58DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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