Html Css Color HEX #55C0BB Medium Turquoise

📋 copy color: '#55C0BB'

red 85 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #55C0BB

Tints of Medium Turquoise #55C0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 18.32%
G = 41.38%
B = 40.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#55C0BB (or 0x55C0BB) is known color: Medium Turquoise. HEX triplet: 55, C0 and BB. RGB value is (85,192,187). Sum of RGB (Red+Green+Blue) = 85+192+187=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0BB is #AA3F44. Grayscale: #9F9F9F. Windows color (decimal): -11157317 or 12304469. OLE color: 12304469.

HSL color Cylindrical-coordinate representation of color #55C0BB: hue angle of 177.2º 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 #55C0BB is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 187 -
CMYK 0.56 0 0.03 0.25
HSL 177.2º 0.46% 0.54% -
HSV(B) 177.2º 0.56% 0.75% -
XYZ 31.57 43.22 53.69 -
YUV 159.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 85 192 187 0.56 0 0.03 0.25 177.2 0.46 0.54
Hex 55 C0 BB 38 0 3 19 B1 2E 36
Octal 125 300 273 70 0 3 31 261 56 66
Binary 1010101 11000000 10111011 111000 0 11 11001 10110001 101110 110110

Color Harmonies of #55C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0BB

Black with #55C0BB

Text Example


Text Example

White with #55C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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