Html Css Color HEX #58DECB Medium Turquoise

📋 copy color: '#58DECB'

red 88 ◦ green 222 ◦ blue 203

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

Shades of Medium Turquoise #58DECB

Tints of Medium Turquoise #58DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 17.15%
G = 43.27%
B = 39.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#58DECB (or 0x58DECB) is known color: Medium Turquoise. HEX triplet: 58, DE and CB. RGB value is (88,222,203). Sum of RGB (Red+Green+Blue) = 88+222+203=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #58DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DECB is #A72134. Grayscale: #B3B3B3. Windows color (decimal): -10953013 or 13360728. OLE color: 13360728.

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

Color convert

RGB 88 222 203 -
CMYK 0.60 0 0.09 0.13
HSL 171.49º 0.67% 0.61% -
HSV(B) 171.49º 0.6% 0.87% -
XYZ 40.93 58.63 65.66 -
YUV 179.77 141.11 62.54 -
System Red Green Blue C M Y K H S L
Decimal 88 222 203 0.60 0 0.09 0.13 171.49 0.67 0.61
Hex 58 DE CB 3C 0 9 D AB 43 3D
Octal 130 336 313 74 0 11 15 253 103 75
Binary 1011000 11011110 11001011 111100 0 1001 1101 10101011 1000011 111101

Color Harmonies of #58DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DECB

Black with #58DECB

Text Example


Text Example

White with #58DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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