Html Css Color HEX #58CED0 Medium Turquoise

📋 copy color: '#58CED0'

red 88 ◦ green 206 ◦ blue 208

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

Shades of Medium Turquoise #58CED0

Tints of Medium Turquoise #58CED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

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

R = 17.53%
G = 41.04%
B = 41.43%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58CED0 (or 0x58CED0) is known color: Medium Turquoise. HEX triplet: 58, CE and D0. RGB value is (88,206,208). Sum of RGB (Red+Green+Blue) = 88+206+208=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #58CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CED0 is #A7312F. Grayscale: #AAAAAA. Windows color (decimal): -10957104 or 13684312. OLE color: 13684312.

HSL color Cylindrical-coordinate representation of color #58CED0: hue angle of 181º 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 #58CED0 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 206 208 -
CMYK 0.58 0.01 0 0.18
HSL 181º 0.56% 0.58% -
HSV(B) 181º 0.58% 0.82% -
XYZ 37.48 50.77 67.5 -
YUV 170.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 88 206 208 0.58 0.01 0 0.18 181 0.56 0.58
Hex 58 CE D0 3A 1 0 12 B5 38 3A
Octal 130 316 320 72 1 0 22 265 70 72
Binary 1011000 11001110 11010000 111010 1 0 10010 10110101 111000 111010

Color Harmonies of #58CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CED0

Black with #58CED0

Text Example


Text Example

White with #58CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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