Html Css Color HEX #58DDDB Medium Turquoise

📋 copy color: '#58DDDB'

red 88 ◦ green 221 ◦ blue 219

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

Shades of Medium Turquoise #58DDDB

Tints of Medium Turquoise #58DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 16.67%
G = 41.86%
B = 41.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#58DDDB (or 0x58DDDB) is known color: Medium Turquoise. HEX triplet: 58, DD and DB. RGB value is (88,221,219). Sum of RGB (Red+Green+Blue) = 88+221+219=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDDB is #A72224. Grayscale: #B4B4B4. Windows color (decimal): -10953253 or 14409048. OLE color: 14409048.

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

Color convert

RGB 88 221 219 -
CMYK 0.60 0 0.01 0.13
HSL 179.1º 0.66% 0.61% -
HSV(B) 179.1º 0.6% 0.87% -
XYZ 42.67 58.9 76.14 -
YUV 181.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 88 221 219 0.60 0 0.01 0.13 179.1 0.66 0.61
Hex 58 DD DB 3C 0 1 D B3 42 3D
Octal 130 335 333 74 0 1 15 263 102 75
Binary 1011000 11011101 11011011 111100 0 1 1101 10110011 1000010 111101

Color Harmonies of #58DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDDB

Black with #58DDDB

Text Example


Text Example

White with #58DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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