Html Css Color HEX #58DCD4 Medium Turquoise

📋 copy color: '#58DCD4'

red 88 ◦ green 220 ◦ blue 212

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

Shades of Medium Turquoise #58DCD4

Tints of Medium Turquoise #58DCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

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

R = 16.92%
G = 42.31%
B = 40.77%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#58DCD4 (or 0x58DCD4) is known color: Medium Turquoise. HEX triplet: 58, DC and D4. RGB value is (88,220,212). Sum of RGB (Red+Green+Blue) = 88+220+212=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCD4 is #A7232B. Grayscale: #B3B3B3. Windows color (decimal): -10953516 or 13950040. OLE color: 13950040.

HSL color Cylindrical-coordinate representation of color #58DCD4: hue angle of 176.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCD4 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 212 -
CMYK 0.6 0 0.04 0.14
HSL 176.36º 0.65% 0.6% -
HSV(B) 176.36º 0.6% 0.86% -
XYZ 41.5 58.01 71.3 -
YUV 179.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 88 220 212 0.6 0 0.04 0.14 176.36 0.65 0.6
Hex 58 DC D4 3C 0 4 E B0 41 3C
Octal 130 334 324 74 0 4 16 260 101 74
Binary 1011000 11011100 11010100 111100 0 100 1110 10110000 1000001 111100

Color Harmonies of #58DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DCD4

Black with #58DCD4

Text Example


Text Example

White with #58DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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