Html Css Color HEX #58DDCB Medium Turquoise

📋 copy color: '#58DDCB'

red 88 ◦ green 221 ◦ blue 203

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

Shades of Medium Turquoise #58DDCB

Tints of Medium Turquoise #58DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 17.19%
G = 43.16%
B = 39.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#58DDCB (or 0x58DDCB) is known color: Medium Turquoise. HEX triplet: 58, DD and CB. RGB value is (88,221,203). Sum of RGB (Red+Green+Blue) = 88+221+203=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDCB is #A72234. Grayscale: #B3B3B3. Windows color (decimal): -10953269 or 13360472. OLE color: 13360472.

HSL color Cylindrical-coordinate representation of color #58DDCB: hue angle of 171.88º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDCB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 203 -
CMYK 0.60 0 0.08 0.13
HSL 171.88º 0.66% 0.61% -
HSV(B) 171.88º 0.6% 0.87% -
XYZ 40.66 58.1 65.57 -
YUV 179.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 88 221 203 0.60 0 0.08 0.13 171.88 0.66 0.61
Hex 58 DD CB 3C 0 8 D AC 42 3D
Octal 130 335 313 74 0 10 15 254 102 75
Binary 1011000 11011101 11001011 111100 0 1000 1101 10101100 1000010 111101

Color Harmonies of #58DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDCB

Black with #58DDCB

Text Example


Text Example

White with #58DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,221,203); }

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

background-color css

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

 a { background-color: rgb(88,221,203); }

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

border-color css

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

 span { border-color: rgb(88,221,203); }

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