Html Css Color HEX #55C0BD Medium Turquoise

📋 copy color: '#55C0BD'

red 85 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #55C0BD

Tints of Medium Turquoise #55C0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 18.24%
G = 41.2%
B = 40.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#55C0BD (or 0x55C0BD) is known color: Medium Turquoise. HEX triplet: 55, C0 and BD. RGB value is (85,192,189). Sum of RGB (Red+Green+Blue) = 85+192+189=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0BD is #AA3F42. Grayscale: #9F9F9F. Windows color (decimal): -11157315 or 12435541. OLE color: 12435541.

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

Color convert

RGB 85 192 189 -
CMYK 0.56 0 0.02 0.25
HSL 178.32º 0.46% 0.54% -
HSV(B) 178.32º 0.56% 0.75% -
XYZ 31.78 43.3 54.83 -
YUV 159.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 85 192 189 0.56 0 0.02 0.25 178.32 0.46 0.54
Hex 55 C0 BD 38 0 2 19 B2 2E 36
Octal 125 300 275 70 0 2 31 262 56 66
Binary 1010101 11000000 10111101 111000 0 10 11001 10110010 101110 110110

Color Harmonies of #55C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0BD

Black with #55C0BD

Text Example


Text Example

White with #55C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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