Html Css Color HEX #58CFCF Medium Turquoise

📋 copy color: '#58CFCF'

red 88 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #58CFCF

Tints of Medium Turquoise #58CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

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

R = 17.53%
G = 41.24%
B = 41.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58CFCF (or 0x58CFCF) is known color: Medium Turquoise. HEX triplet: 58, CF and CF. RGB value is (88,207,207). Sum of RGB (Red+Green+Blue) = 88+207+207=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #58CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFCF is #A73030. Grayscale: #ABABAB. Windows color (decimal): -10956849 or 13619032. OLE color: 13619032.

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

Color convert

RGB 88 207 207 -
CMYK 0.57 0 0 0.19
HSL 180º 0.55% 0.58% -
HSV(B) 180º 0.57% 0.81% -
XYZ 37.6 51.21 66.93 -
YUV 171.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 88 207 207 0.57 0 0 0.19 180 0.55 0.58
Hex 58 CF CF 39 0 0 13 B4 37 3A
Octal 130 317 317 71 0 0 23 264 67 72
Binary 1011000 11001111 11001111 111001 0 0 10011 10110100 110111 111010

Color Harmonies of #58CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFCF

Black with #58CFCF

Text Example


Text Example

White with #58CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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