Html Css Color HEX #58CECD Medium Turquoise

📋 copy color: '#58CECD'

red 88 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #58CECD

Tints of Medium Turquoise #58CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 17.64%
G = 41.28%
B = 41.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#58CECD (or 0x58CECD) is known color: Medium Turquoise. HEX triplet: 58, CE and CD. RGB value is (88,206,205). Sum of RGB (Red+Green+Blue) = 88+206+205=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #58CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CECD is #A73132. Grayscale: #AAAAAA. Windows color (decimal): -10957107 or 13487704. OLE color: 13487704.

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

Color convert

RGB 88 206 205 -
CMYK 0.57 0 0.00 0.19
HSL 179.49º 0.55% 0.58% -
HSV(B) 179.49º 0.57% 0.81% -
XYZ 37.12 50.63 65.57 -
YUV 170.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 88 206 205 0.57 0 0.00 0.19 179.49 0.55 0.58
Hex 58 CE CD 39 0 0 13 B3 37 3A
Octal 130 316 315 71 0 0 23 263 67 72
Binary 1011000 11001110 11001101 111001 0 0 10011 10110011 110111 111010

Color Harmonies of #58CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CECD

Black with #58CECD

Text Example


Text Example

White with #58CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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