Html Css Color HEX #58CEC2 Medium Turquoise

📋 copy color: '#58CEC2'

red 88 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #58CEC2

Tints of Medium Turquoise #58CEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 18.03%
G = 42.21%
B = 39.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#58CEC2 (or 0x58CEC2) is known color: Medium Turquoise. HEX triplet: 58, CE and C2. RGB value is (88,206,194). Sum of RGB (Red+Green+Blue) = 88+206+194=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEC2 is #A7313D. Grayscale: #A9A9A9. Windows color (decimal): -10957118 or 12766808. OLE color: 12766808.

HSL color Cylindrical-coordinate representation of color #58CEC2: hue angle of 173.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CEC2 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 206 194 -
CMYK 0.57 0 0.06 0.19
HSL 173.9º 0.55% 0.58% -
HSV(B) 173.9º 0.57% 0.81% -
XYZ 35.83 50.11 58.82 -
YUV 169.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 88 206 194 0.57 0 0.06 0.19 173.9 0.55 0.58
Hex 58 CE C2 39 0 6 13 AE 37 3A
Octal 130 316 302 71 0 6 23 256 67 72
Binary 1011000 11001110 11000010 111001 0 110 10011 10101110 110111 111010

Color Harmonies of #58CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEC2

Black with #58CEC2

Text Example


Text Example

White with #58CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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