Html Css Color HEX #58DDD4 Medium Turquoise

📋 copy color: '#58DDD4'

red 88 ◦ green 221 ◦ blue 212

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

Shades of Medium Turquoise #58DDD4

Tints of Medium Turquoise #58DDD4

RGB

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

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

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

R = 16.89%
G = 42.42%
B = 40.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#58DDD4 (or 0x58DDD4) is known color: Medium Turquoise. HEX triplet: 58, DD and D4. RGB value is (88,221,212). Sum of RGB (Red+Green+Blue) = 88+221+212=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDD4 is #A7222B. Grayscale: #B4B4B4. Windows color (decimal): -10953260 or 13950296. OLE color: 13950296.

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

Color convert

RGB 88 221 212 -
CMYK 0.60 0 0.04 0.13
HSL 175.94º 0.66% 0.61% -
HSV(B) 175.94º 0.6% 0.87% -
XYZ 41.76 58.54 71.39 -
YUV 180.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 88 221 212 0.60 0 0.04 0.13 175.94 0.66 0.61
Hex 58 DD D4 3C 0 4 D B0 42 3D
Octal 130 335 324 74 0 4 15 260 102 75
Binary 1011000 11011101 11010100 111100 0 100 1101 10110000 1000010 111101

Color Harmonies of #58DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDD4

Black with #58DDD4

Text Example


Text Example

White with #58DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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