Html Css Color HEX #58CECF Medium Turquoise

📋 copy color: '#58CECF'

red 88 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #58CECF

Tints of Medium Turquoise #58CECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 17.56%
G = 41.12%
B = 41.32%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58CECF (or 0x58CECF) is known color: Medium Turquoise. HEX triplet: 58, CE and CF. RGB value is (88,206,207). Sum of RGB (Red+Green+Blue) = 88+206+207=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #58CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CECF is #A73130. Grayscale: #AAAAAA. Windows color (decimal): -10957105 or 13618776. OLE color: 13618776.

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

Color convert

RGB 88 206 207 -
CMYK 0.57 0.00 0 0.19
HSL 180.5º 0.55% 0.58% -
HSV(B) 180.5º 0.57% 0.81% -
XYZ 37.36 50.72 66.85 -
YUV 170.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 88 206 207 0.57 0.00 0 0.19 180.5 0.55 0.58
Hex 58 CE CF 39 0 0 13 B5 37 3A
Octal 130 316 317 71 0 0 23 265 67 72
Binary 1011000 11001110 11001111 111001 0 0 10011 10110101 110111 111010

Color Harmonies of #58CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CECF

Black with #58CECF

Text Example


Text Example

White with #58CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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