Html Css Color HEX #58C4D0 Medium Turquoise

📋 copy color: '#58C4D0'

red 88 ◦ green 196 ◦ blue 208

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

Shades of Medium Turquoise #58C4D0

Tints of Medium Turquoise #58C4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 17.89%
G = 39.84%
B = 42.28%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58C4D0 (or 0x58C4D0) is known color: Medium Turquoise. HEX triplet: 58, C4 and D0. RGB value is (88,196,208). Sum of RGB (Red+Green+Blue) = 88+196+208=492 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.89% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #58C4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4D0 is #A73B2F. Grayscale: #A4A4A4. Windows color (decimal): -10959664 or 13681752. OLE color: 13681752.

HSL color Cylindrical-coordinate representation of color #58C4D0: hue angle of 186º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58C4D0 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 196 208 -
CMYK 0.58 0.06 0 0.18
HSL 186º 0.56% 0.58% -
HSV(B) 186º 0.58% 0.82% -
XYZ 35.15 46.11 66.72 -
YUV 165.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 88 196 208 0.58 0.06 0 0.18 186 0.56 0.58
Hex 58 C4 D0 3A 6 0 12 BA 38 3A
Octal 130 304 320 72 6 0 22 272 70 72
Binary 1011000 11000100 11010000 111010 110 0 10010 10111010 111000 111010

Color Harmonies of #58C4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C4D0

Black with #58C4D0

Text Example


Text Example

White with #58C4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,196,208); }

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

background-color css

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

 a { background-color: rgb(88,196,208); }

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

border-color css

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

 span { border-color: rgb(88,196,208); }

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