Html Css Color HEX #55C0BF Medium Turquoise

📋 copy color: '#55C0BF'

red 85 ◦ green 192 ◦ blue 191

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

Shades of Medium Turquoise #55C0BF

Tints of Medium Turquoise #55C0BF

RGB

 RED value IS 85 (33.59% from 255) = 18.16%

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 18.16%
G = 41.03%
B = 40.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#55C0BF (or 0x55C0BF) is known color: Medium Turquoise. HEX triplet: 55, C0 and BF. RGB value is (85,192,191). Sum of RGB (Red+Green+Blue) = 85+192+191=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0BF is #AA3F40. Grayscale: #9F9F9F. Windows color (decimal): -11157313 or 12566613. OLE color: 12566613.

HSL color Cylindrical-coordinate representation of color #55C0BF: hue angle of 179.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0BF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 191 -
CMYK 0.56 0 0.01 0.25
HSL 179.44º 0.46% 0.54% -
HSV(B) 179.44º 0.56% 0.75% -
XYZ 32 43.39 55.98 -
YUV 159.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 85 192 191 0.56 0 0.01 0.25 179.44 0.46 0.54
Hex 55 C0 BF 38 0 1 19 B3 2E 36
Octal 125 300 277 70 0 1 31 263 56 66
Binary 1010101 11000000 10111111 111000 0 1 11001 10110011 101110 110110

Color Harmonies of #55C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0BF

Black with #55C0BF

Text Example


Text Example

White with #55C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C0BF; }

 p { color: rgb(85,192,191); }

 H1.HeaderClassName
 {
   color: #55C0BF;
 }
 .AnyTagClassName
 {
   color: #55C0BF;
 }
</style>

background-color css

<style>
 a { background-color: #55C0BF; }

 a { background-color: rgb(85,192,191); }

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

border-color css

<style>
 span { border-color: #55C0BF; }

 span { border-color: rgb(85,192,191); }

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