Html Css Color HEX #58DDD8 Medium Turquoise

📋 copy color: '#58DDD8'

red 88 ◦ green 221 ◦ blue 216

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

Shades of Medium Turquoise #58DDD8

Tints of Medium Turquoise #58DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.14%

R = 16.76%
G = 42.1%
B = 41.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#58DDD8 (or 0x58DDD8) is known color: Medium Turquoise. HEX triplet: 58, DD and D8. RGB value is (88,221,216). Sum of RGB (Red+Green+Blue) = 88+221+216=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDD8 is #A72227. Grayscale: #B4B4B4. Windows color (decimal): -10953256 or 14212440. OLE color: 14212440.

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

Color convert

RGB 88 221 216 -
CMYK 0.60 0 0.02 0.13
HSL 177.74º 0.66% 0.61% -
HSV(B) 177.74º 0.6% 0.87% -
XYZ 42.28 58.75 74.08 -
YUV 180.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 88 221 216 0.60 0 0.02 0.13 177.74 0.66 0.61
Hex 58 DD D8 3C 0 2 D B2 42 3D
Octal 130 335 330 74 0 2 15 262 102 75
Binary 1011000 11011101 11011000 111100 0 10 1101 10110010 1000010 111101

Color Harmonies of #58DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDD8

Black with #58DDD8

Text Example


Text Example

White with #58DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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