Html Css Color HEX #58DDD6 Medium Turquoise

📋 copy color: '#58DDD6'

red 88 ◦ green 221 ◦ blue 214

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

Shades of Medium Turquoise #58DDD6

Tints of Medium Turquoise #58DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 16.83%
G = 42.26%
B = 40.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#58DDD6 (or 0x58DDD6) is known color: Medium Turquoise. HEX triplet: 58, DD and D6. RGB value is (88,221,214). Sum of RGB (Red+Green+Blue) = 88+221+214=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDD6 is #A72229. Grayscale: #B4B4B4. Windows color (decimal): -10953258 or 14081368. OLE color: 14081368.

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

Color convert

RGB 88 221 214 -
CMYK 0.60 0 0.03 0.13
HSL 176.84º 0.66% 0.61% -
HSV(B) 176.84º 0.6% 0.87% -
XYZ 42.02 58.64 72.72 -
YUV 180.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 88 221 214 0.60 0 0.03 0.13 176.84 0.66 0.61
Hex 58 DD D6 3C 0 3 D B1 42 3D
Octal 130 335 326 74 0 3 15 261 102 75
Binary 1011000 11011101 11010110 111100 0 11 1101 10110001 1000010 111101

Color Harmonies of #58DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDD6

Black with #58DDD6

Text Example


Text Example

White with #58DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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