Html Css Color HEX #58CEC3 Medium Turquoise

📋 copy color: '#58CEC3'

red 88 ◦ green 206 ◦ blue 195

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

Shades of Medium Turquoise #58CEC3

Tints of Medium Turquoise #58CEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.88%

R = 18%
G = 42.13%
B = 39.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#58CEC3 (or 0x58CEC3) is known color: Medium Turquoise. HEX triplet: 58, CE and C3. RGB value is (88,206,195). Sum of RGB (Red+Green+Blue) = 88+206+195=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEC3 is #A7313C. Grayscale: #A9A9A9. Windows color (decimal): -10957117 or 12832344. OLE color: 12832344.

HSL color Cylindrical-coordinate representation of color #58CEC3: hue angle of 174.41º 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 #58CEC3 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 206 195 -
CMYK 0.57 0 0.05 0.19
HSL 174.41º 0.55% 0.58% -
HSV(B) 174.41º 0.57% 0.81% -
XYZ 35.95 50.16 59.42 -
YUV 169.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 88 206 195 0.57 0 0.05 0.19 174.41 0.55 0.58
Hex 58 CE C3 39 0 5 13 AE 37 3A
Octal 130 316 303 71 0 5 23 256 67 72
Binary 1011000 11001110 11000011 111001 0 101 10011 10101110 110111 111010

Color Harmonies of #58CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEC3

Black with #58CEC3

Text Example


Text Example

White with #58CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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