Html Css Color HEX #58DECE Medium Turquoise

📋 copy color: '#58DECE'

red 88 ◦ green 222 ◦ blue 206

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

Shades of Medium Turquoise #58DECE

Tints of Medium Turquoise #58DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 17.05%
G = 43.02%
B = 39.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#58DECE (or 0x58DECE) is known color: Medium Turquoise. HEX triplet: 58, DE and CE. RGB value is (88,222,206). Sum of RGB (Red+Green+Blue) = 88+222+206=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #58DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DECE is #A72131. Grayscale: #B4B4B4. Windows color (decimal): -10953010 or 13557336. OLE color: 13557336.

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

Color convert

RGB 88 222 206 -
CMYK 0.60 0 0.07 0.13
HSL 172.84º 0.67% 0.61% -
HSV(B) 172.84º 0.6% 0.87% -
XYZ 41.29 58.77 67.56 -
YUV 180.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 88 222 206 0.60 0 0.07 0.13 172.84 0.67 0.61
Hex 58 DE CE 3C 0 7 D AD 43 3D
Octal 130 336 316 74 0 7 15 255 103 75
Binary 1011000 11011110 11001110 111100 0 111 1101 10101101 1000011 111101

Color Harmonies of #58DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DECE

Black with #58DECE

Text Example


Text Example

White with #58DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,222,206); }

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

background-color css

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

 a { background-color: rgb(88,222,206); }

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

border-color css

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

 span { border-color: rgb(88,222,206); }

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