Html Css Color HEX #58D8CB Medium Turquoise

📋 copy color: '#58D8CB'

red 88 ◦ green 216 ◦ blue 203

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

Shades of Medium Turquoise #58D8CB

Tints of Medium Turquoise #58D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

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

R = 17.36%
G = 42.6%
B = 40.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#58D8CB (or 0x58D8CB) is known color: Medium Turquoise. HEX triplet: 58, D8 and CB. RGB value is (88,216,203). Sum of RGB (Red+Green+Blue) = 88+216+203=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8CB is #A72734. Grayscale: #B0B0B0. Windows color (decimal): -10954549 or 13359192. OLE color: 13359192.

HSL color Cylindrical-coordinate representation of color #58D8CB: hue angle of 173.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8CB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 216 203 -
CMYK 0.59 0 0.06 0.15
HSL 173.91º 0.62% 0.6% -
HSV(B) 173.91º 0.59% 0.85% -
XYZ 39.36 55.5 65.14 -
YUV 176.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 88 216 203 0.59 0 0.06 0.15 173.91 0.62 0.6
Hex 58 D8 CB 3B 0 6 F AE 3E 3C
Octal 130 330 313 73 0 6 17 256 76 74
Binary 1011000 11011000 11001011 111011 0 110 1111 10101110 111110 111100

Color Harmonies of #58D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D8CB

Black with #58D8CB

Text Example


Text Example

White with #58D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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