Html Css Color HEX #58DDD2 Medium Turquoise

📋 copy color: '#58DDD2'

red 88 ◦ green 221 ◦ blue 210

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

Shades of Medium Turquoise #58DDD2

Tints of Medium Turquoise #58DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 16.96%
G = 42.58%
B = 40.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#58DDD2 (or 0x58DDD2) is known color: Medium Turquoise. HEX triplet: 58, DD and D2. RGB value is (88,221,210). Sum of RGB (Red+Green+Blue) = 88+221+210=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDD2 is #A7222D. Grayscale: #B3B3B3. Windows color (decimal): -10953262 or 13819224. OLE color: 13819224.

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

Color convert

RGB 88 221 210 -
CMYK 0.60 0 0.05 0.13
HSL 175.04º 0.66% 0.61% -
HSV(B) 175.04º 0.6% 0.87% -
XYZ 41.51 58.44 70.06 -
YUV 179.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 88 221 210 0.60 0 0.05 0.13 175.04 0.66 0.61
Hex 58 DD D2 3C 0 5 D AF 42 3D
Octal 130 335 322 74 0 5 15 257 102 75
Binary 1011000 11011101 11010010 111100 0 101 1101 10101111 1000010 111101

Color Harmonies of #58DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDD2

Black with #58DDD2

Text Example


Text Example

White with #58DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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